Which api is provided by java for operations on set of objects?
how can you say that java is independ language
List the interfaces which extends collection interface?
What is map and hashmap? also tell the difference.
What is bitwise complement?
What is the reason behind using constructors and destructors?
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 method with example?
Can I extend singleton class in java?
Is it possible to write static method in abstract class? justyfy your answer?
What does int argc char * argv [] mean?
Explain public static void main(string args[]).
What is object-oriented programming?