Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) If your team member writes code with lots of static variables and static methods, will it cause any side effects?
KPIT,
3 7497If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
KPIT,
5 8848I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
KPIT,
3 6856There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
1 3528There are 2 methods in a class. Both have the same method signature except for return types. Is this overloading or overriding or what is it?
KPIT,
9 13713There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
KPIT,
6 10740I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
KPIT,
8 11704If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
KPIT,
2 6264
Difference between session and sessionfactory in hibernate?
What are wrapper classes in java?
What is httpservlet and how it is different from genericservlet?
Can we overload the constructors?
How do you sort a set in java?
How to achieve mapping in hibernate?
What is the difference between compare and compareto in java?
Why is dao used?
What are the elements of java?
how to create constants in java?
What is the application context?
Variables used in a switch statement can be used with which datatypes?
Explain inner beans in spring.
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is build file?