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 11210how 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 7279suppose 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 10203
What is statement and preparedstatement in java?
What is java instanceof operator?
What is @controller annotation in spring?
What are the four pillars of java?
How do I minimize the downtime while i’m updating the applications?
What is double parsedouble in java?
Why is actionform a base class rather than an interface?
What do you mean by boolean?
How do you create message resource?
How can I avoid validating a form before data is entered?
What is qms certification?
What is an immutable object? How do you create one in java?
What does orm mean?
Is the infobus client side only?
what happen if we set JDBC string to NULL?