What is string and its types?
No Answer is Posted For this Question
Be the First to Post Answer
How do you calculate roots in java?
What is vector capacity in java?
Why do we need public static void main(String args[]) method in Java...?
What are the latest versions in JAVA related areas?
Why collection is called framework in java?
What is an inner class in java?
What are desktop procedures?
How can we break singleton in java?
What is exception hierarchy in java?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
Why char array is preferred over string for storing password?
What is the life cycle of an Applet ?