Enter Keywords:
1 - 10 of 102(0.011 seconds)
Sort By:
 
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...
Zones: New To Java, Java, Java Edit...Date Answered: 03/12/2008 Rating: 8.0 Views: 23
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...
Zones: J2EE, Servlets, JavaDate Answered: 09/21/2008 Rating: 6.2 Views: 0
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...
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.
Zones: New To Java, J2EEDate Answered: 11/21/2008 Rating: 8.6 Views: 0
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...
Zones: Java, Regular ExpressionsDate Answered: 03/06/2009 Rating: 8.3 Views: 0
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, ...
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...
Zones: Java, New To JavaDate Answered: 09/12/2007 Rating: 9.2 Views: 0
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...
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
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...
Zones: New To Java, JavaDate Answered: 01/08/2008 Rating: 8.4 Views: 17