How many digits can a float hold?
No Answer is Posted For this Question
Be the First to Post Answer
what are synchronized methods and synchronized statements? : Java thread
How do you override a variable in java?
What are the common problems you have faced while implementing Java?
What is the primitive type short?
What is the reason that multiple inheritance is not possible in java??
What modifiers may be used with an inner class that is a member of an outer class in java programming?
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?
Give few difference between constructor and method?
when,where and how to use abstract class and interface
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Define a java class.
How many decimal places is a double?