How many bytes is a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between preemptive scheduling and time slicing?
What is abstract class? Explain
State two differences between C and Java.
What is the simpletimezone class in java programming?
What is size () 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
Write a java program to print fibonacci series?
Can a class be declared as static?
What is difference between static variable and global variable?
Can we have a method name same as class name in java?
Can private method static?
What are the types of loops in Java, and how are they used?