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 11856
Explain about map message?
What is spring boot in java? : Spring Boot
What is an iterator interface in java programming?
How many types of methods are there in java?
Which httpsession object is used to view and manipulate information about a session?
How java enabled high performance?
What are the design principles for ejb?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...
When you should not use dependency injection?
What is jagged array in java?
Is a mapping in hibernate?
Why is boolean important?
Is there a case when finally will not execute?
Write a servlet to upload file on server.
How many characters is 16 bytes?