Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) why string is not taking as primitive datatypes but we r taking it as a class? why explain it?
2 6405which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
6 11205how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?
1 7275suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
6 10199
What are the features of java?
What are the design considerations while making a choice between using interface and abstract class?
Why is java more secure?
Which is better openjdk or oracle jdk?
What is constructor chaining in java?
How to create com object in Java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Explain the diffrernces between 8.x and 9.x?
What are the advantages of using spring boot? : Spring Boot
Can hibernate be used with mongodb?
Explain the concept of auto wiring.
What is java api for xml processing (jaxp)?
What do you understand by the term polymorphism?
how to prepare for IT Officers Interview in Banks
Difference between save() and saveorupdate() method of hibernate?