Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Java Solutions: 151 - 175 of 687
 
this is my jquery autocomplete example its working porperly ,just little problem i have that when i select any name from the autocomplete list and click on submit button that time i wa...
I am wanting to develop a Java app, and the SDK I need to use says "requires JDF1.3.1 or newer " But there are so many chooses. What do I download?   What is the best free/cheap IDE, to ...
This is one of the interview questions.         You need to sort an array of integers by repeatedly reversing         the order of the first several elements of it.         For exampl...
    I'm taking a beginner Java class, with the assignment to create a histogram program with the following output: (100 and 10 are user inputs).    How many numbers? 100    How many inter...
Hi, I need to URL encode a string. I'm doing this:    String result;    try {        result = URLEncoder.encode("chicago, IL", "UTF-8"));    } catch (Exception ex) {    } and it r...
Hi, I wrote a single java class. I want to publish it on google code so others can use it. I don't care if they use it for commercial projects. Should I choose the "new BSD" license, or the...
I have a small project with four classes. I cant find my error. The info is in swedish but what is all about is that it reads a line and I guess a enter sign is presented so it never gets the ...
Hi I have the value which is string i want to convert the String value in dd/MM/yyyy date format , Eg: String value 2009-11-15 00:00:00.0   i want to convert this !! how can i...
I need to convert a recursive method to a iterative method using a loop and an array.
I would like to correct the modification time of files to GMT in order to overcome daylight saving time changes. As you may know Windows 'shows' a different time then. I have:           STAT s...
Anyone can solve this exception? Its a data conversion exception. I'm trying to map theses classes using Hibernate and MSSQL 2005. public class Entity {   private String UUID;   private ...
what is a default class in java ? tell me  clear explain about default class. tell me  clear  example about default class.
is there any way to open an applet fullscreen ?
I am getting this error while trying to learn Java. C:\java\projects\p1>javac welcome1.java welcome1.java:4: <identifier> expected         Public static void main( String[] args )       ...
I am using Eclipse Europa version with CCRC clearcase plugin. I use ant script to build by projects which compiles the code under one directoy. When I run that ant script, script keep asking m...
hi All I have this peice of code which connects to a sql server database . I get a runtime error java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerException iam usin...
Hi, I am having an issue with old data being cached and redisplayed. I have a page where a user enters an id through a pop up. After this is done, the id is put back into the inputText field o...
Hi, I know this code is useful with txt file has each element in line but I have this format : 20 30 40 50 60 there is one space between each number how can I add this into array list...
I want to develop a client server application, but i don't know if i should use just plain XML HTTP (SOAP) requests or if there are some good (Open Source) frameworks I can use. I have a cl...
I'm about to add the ability to a program to read some settings from a file, so the hardcoded values can be removed. Is there a simple framework that handles this? foo = bar baz = foz tu...
Hi, I am having a little trouble figuring out how to sort a list of integers in reverse chronological order. My code dynamically populates an arraylist based on a set beginning date up until t...
Hello, If I have an array of characters in java, and I want to append them to a string up to an index, how do I do that? I've been messing around with this for too long.
I am supposted to get a letter in (just one) and then see if it is an upper or lower case letter. Is it best to read it into a string and then check it with: if (Character.isUpper(myStr...
See the code below and it prints the following: DIR AT I + 1 is 78744 AT I IS 78744 seems like it's saying both aren't equal while it's printing that it's equal
hello we have configured log4j to log our statements. This seems working fine. We have huge list of classes in org.mypack.pack package, which also has inner packages as well. We have ad...