-
-
-
-
Marker interface having no methods right.. then what is the use of marker interface? for what purpose we use marker interface?
One of the "clean" features of the Java programming language is that it mandates a separation between interfaces (pure behavior) and classes (state and behavior). Interfaces are used in Java to specify the behavior of derived classes. Often you will come across interfaces in Java that have no behavior. In other words, they are just empty interface definitions. These are known as marker interfaces....
-
When does the String Literal pool gets cleared?
In one java class I have created this string String s1 = "abc";Now if I again use this same statement in a different java class, ie;String s2 = "abc";Will I get the same reference for "abc" in both the classes.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Java Connection Pooling Questions
1.What is save point?2.Which among the four drivers is pure Java driver?3.What is Connection Pooling ?4.How differ servlet from its peer Technology?5.What are the parameters used in Connection pooling?6.What are the Normalization Rules? Define the Normalization?9.What are batch updates.10.How many JDBC drivers are there ?
Core Java Interview Questions
Ans