What is meant by data hiding in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the data types supported by java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is the biggest integer?
Explain java coding standards for variables ?
can we override the main() method in java????
3 Answers Vimukti Technologies,
Can we declare static variables in JSP page.
What is a default constructor and also define copy contrucyor?
What data type is a string?
what is enumset?
What is the use of list in java?
Can we have try without catch block?
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