What is java full form?
No Answer is Posted For this Question
Be the First to Post Answer
While opening the file, what type of exceptions can be caught?
Does java linked list allow duplicates?
can we have function for truncating the sign as like abs in oracle.
Why non nested classes in java are not having marked as protected access specifier
Can I learn java in 3 months?
what is meant by HQL?
what is inner class 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
Explain the scope of a variable.
How many bits is a word?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
Are private methods final?