Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
7 11336If your team member writes code with lots of static variables and static methods, will it cause any side effects?
KPIT,
3 7549If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
KPIT,
5 8913I 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 6900There 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 3564
List some of the design patterns used in the spring framework?
How to know howmuch data is truncated?
What is the easiest way to set the classpath ?
What is collection class in java?
Is object a data type?
What does @bean annotation mean?
What are the different features of spring framework?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is the full form of ioc?
What does persist mean in java?
How do I enable java in safari?
Define orm and its working in j2ee?
Is an empty arraylist null?
I don't have websphere installed on my web server how do I add to the websphere administration console ?
Is hibernate easy to learn?