Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
1 7626When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
3 7279How 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()); } }
6 9545In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
2 7436When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
1 10216Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
1 3115
Find Best Job Vacancies across the world on Jooble!
explain different ways of using thread? : Java thread
What are the contents on web.xml in struts application ?
What is a classloader in java?
Write a program to find the whether a number is an Armstrong number or not?
Write a program to print count of empty strings in java 8?
What is the difference between break and continue statements?
what are the different modes of archival? Explain each mode in two lines each?
Realized?
What is the difference between equals() and == in java?
What do you know about validation plugin ?
What is java string pool?
What is action chaining ?
How to create a base64 decoder in java8?
How can you inject java collection in spring?