Hi!
I have a working java code that scales an image down to a smaller size. It uses Java Advanced Imaging (JAI).
I have chosen to use Bicubic interpolation because it deliveres the best image...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23222884.html
How to avoid going through the next filter in the filter chain?
There are two filters in my code.
<filter>
<filter-name>ApplicationSessionExpiryFilter</filter-name>
<fil...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_23740988.html
I'm very new to Asterisk.
I'm building a very simple setup for a 10 employee office that has a sales and support departments.
When a call comes in, the caller gets few choices: Enter an ext, Pr...
http://www.experts-exchange.com/Networking/Telecommunications/IP_Telephony/Asterisk_/Q_238...
Zones:
Asterisk Date Answered: 10/11/2008 Rating: 9.1 Views: 0
I need to write a tcp program in java to monitor all the messages that are going through a particular port. Please suggest.
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23923561.html
I am writing a medication application that has the following rules when displaying numbers:
Whole numbers must be displayed without any decimal places. Example: 10, not 10.0.
Decimal numbers m...
http://www.experts-exchange.com/Programming/Languages/Java/Q_24089020.html
Dear Experts
I need an alternative for below code that is compatible to a 1.4 compiler, because the 1.4 compiler doesn't support the enum
enum MonthRef{
Jan, Feb, Mar, Apr, May, Jun, Jul, ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_24323578.html
Zones:
Java,
EclipseDate Answered: 04/28/2009 Rating: 9.1 Views: 22
Need expert opinion.
I am trying to generate a list of all the files which are older then certain number of days.
This is what I have so far,
import java.io.*;
import java.util.*;
public cla...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22822202.html
Hi experts
I have a simple java program, which gives different results in Windows and UNIX. I know it is to do with character encoding, but dont know how to do it.
Program is :
public class prin...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22856231.html
Zones:
JavaDate Answered: 09/28/2007 Rating: 6.2 Views: 0
hello
.i m using java and java api documentation.i want examples of methods...like drawString()...how to use this method ....where can i find these type of detailed explanation s in javadoc
thanks
http://www.experts-exchange.com/Programming/Languages/Java/Q_23031604.html
Zones:
JavaDate Answered: 12/31/2007 Rating: 9.8 Views: 0
I have a customer that is trying to run a sample program we provided they are getting the error below. I have instructed them to set there output which matches our enviorment. They have done this b...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23058584.html