Differentiate between the constructors and methods in java?
What is keyword and identifier?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
What is rmi and steps involved in developing an rmi object?
What are the advantages of packages in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
How to make a class immutable?
How would you use Bubble Sort to sort the number of elements?
What is the difference between jsp and servlet?
What are the methods of object class ?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
What is command line used for?
What is the difference between compile-time polymorphism and runtime polymorphism?