What are the types of the main implementing classes in the map interfaces? : java collections
No Answer is Posted For this Question
Be the First to Post Answer
How to implement or use the singleton class in java?
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
What are the types of java collections? : java collections
where is JNDI being used in java platform?
What are the different types of ways where you can iterate over a list? : java collections
What is the servletcontext listener and what is JspContext and page context pls tell in simple words.
Should we create system software ( e.g operating system ) in java ?
What is markup language?
How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
What are the types of interface used in the java collections? : java collections
my interviewer asked me what technical specification you used how to answer that question
how to delete cookie information?and when it will delete?