What data type is true or false?
No Answer is Posted For this Question
Be the First to Post Answer
Inorder to specify a container?s layout, which method is used?
What is the access scope of a protected method?
What is output buffer?
Can Anybody tell the diff b/w jdk1.6 and latest version.
What is yield () in java?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What is “try and catch” in java
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is difference between stringbuffer and string?
If circular link of two objects, then will it be garbage collected ?
Is a char always 1 byte?
What is used of static keyword in java?