Explain enumeration in java?
No Answer is Posted For this Question
Be the First to Post Answer
How many bits is a word?
Why is string class considered immutable?
What is the difference between an array and an array list?
what is purpose of writting public static void main(Strind arg[]) in java..?
List methods available in Java Queue interface
Is nan false?
who was the founder of java
32 Answers CTS, HCL, ProKarma,
Can we use static class instead of singleton?
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?
explain autoboxing in java?
What is the default size of set in java?
Can we declare the static variables and methods in an abstract class?