How applets will communicate with each other?
why interfaces are faster than abstract classes?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
Is array primitive data type in java?
does java support pointers?
What services that container provides?
What is user defined exception in Java?
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
What does void * mean?
Can Anybody tell the diff b/w jdk1.6 and latest version.
Explain different ways of passing arguments to sub-routine?
Is array a class?
What about interrupt() method of thread class ?