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 7679If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
KPIT,
5 9133I 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 7049There 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 3654There 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 14177There 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 11069I 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 12123If 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 6442
Explain public static void main(string args[]) in java.
How to sort array in descending order in java?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is a classloader in java?
what are the different modes of archival? Explain each mode in two lines each?
Can we return resultset in java?
What is lazy class?
What is the difference between filters and interceptors ?
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
Write a program to find the whether a number is an Armstrong number or not?
i want test pattern of zylog company and some examples also
What is parsing in java?
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
explain different ways of using thread? : Java thread
How to create a base64 decoder in java8?