What is memory leak and how does java handle it?
Is string an object?
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?
Why do we use string?
Explain different forms of polymorphism?
Can we use return in constructor?
Which class has no duplicate elements?
what is the difference between Java Command Line and C command Line?
why ,we are using jsp and html.which one is better?
what is the difference between process and thread? : Java thread
Does java initialize arrays to zero?
How do you download stubs from Remote place?
What is the basic concept of java?