Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of polymorphism? 15. What is inheritance?
IBM,
2 6132There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
HCL,
5 9448I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
IBM,
1 2761I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
3 12961
Realized?
What do you mean by an interface in java?
explain different ways of using thread? : Java thread
What is difference between @controller and @restcontroller in spring?
What is parsing in java?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
i want test pattern of zylog company and some examples also
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What are the differences between heap and stack memory in java?
How to create a base64 decoder in java8?
what are the different modes of archival? Explain each mode in two lines each?
Can we return resultset in java?
Write a program to find the whether a number is an Armstrong number or not?
Differentiate between static and non-static methods in java.
Explain public static void main(string args[]) in java.