Can an integer be null java?
No Answer is Posted For this Question
Be the First to Post Answer
What package is math in java?
State some advantages of java?
Can a main method be overloaded?
Can Applet have constructors?
How many bits is a string in java?
what is synchronization and why is it important? : Java thread
What is a layout manager?
What about features of local inner class?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Which is the best way to use for String concatenation in Java?
How to display names of all components in a Container?
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?