How many types of the indexof method are there for strings?
How will you convert an ArrayList to Arrays?
What is difference between add() and addelement() in vector?
What are access modifiers in Java ?
Explain about member inner classes?
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 do u mean by variable?
What is jit compiler in java?
What are invisible components?.
What is nested loop? What is dangling else condition in it?
What do you mean by ordered and sorted in collections in java?
What is the immediate parent class of the Applet class?
java is pure object-oriented programming language?why it is platform independent.