Explain public static void main(string args[]).
No Answer is Posted For this Question
Be the First to Post Answer
What are static blocks and static initalizers in java ?
How you can create a radio buttion using Checkbox class?
what is encapsulation in java? Explain
Define an enumeration?
What is this () in java?
Differentiate jar and war files?
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?
When will we prefer to use set and list in java and why?
Can we create more than one object singleton class?
What is the instance of an object?
What is the difference between length and size in java?
How do you check if a number is a perfect square?