Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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
7 11872
Why vector is used in java?
What if constructor is protected in java?
State the procedure for using forward attribute of link tag’s.
What is authorization constraint?
Explain look for local ports?
Is it necessary to register a controller command in cmdreg table?
What is array class in java?
Can we catch more than one exception in single catch block?
Can constructor be static or final?
Which java ide is used the most?
What is difference between @component and @controller?
What is a jpanel in java?
What do you mean by data type?
What is the use of System class?
What is the role of garbage collector in java?