Can we extend private class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is internal iteration in java se 8?
What is the constructor?
Why parameters should be passed by reference?
How to create a thread in java?
What are default methods ?
What are the restrictions that are applied to the java static methods?
what is difference between front controller and action servlet?
What is entry in java?
What does the exclamation mark mean in java?
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?
Is there any difference between nested classes and inner classes?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain