Do I need java on my pc?
No Answer is Posted For this Question
Be the First to Post Answer
What is skeleton and stub? What is the purpose of those?
Explain naming conventions for packages?
what is tempplate pattern
Explain the use of sublass in a java program?
What are the different conditional statements?
When should we create our own custom exception classes?
What is canonical name in java?
What is a “stateless” protocol ?
what are literals 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 are passing parameters?
What is a generic type?