Can a singleton class be inherited?
No Answer is Posted For this Question
Be the First to Post Answer
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 does n mean?
a thread is runnable, how does that work? : Java thread
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
Can a set contain duplicates?
What is the concept of multithreading?
What class of exceptions are generated by the java run-time system?
Can you create an object of an abstract class?
What is compiler and what its output.
What is parse method?
What is data structure in java?
What is java and their uses?