Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) There 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 14181There 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 11075I 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 12128If 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 6446
How is declarative handling of exceptions done in struts ?
How can you inject java collection in spring?
What if I write static public void instead of public static void?
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
Are jvm’s platform independent?
Write a program to print count of empty strings in java 8?
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 do you understand by casting in java language? What are the types of casting?
Explain public static void main(string args[]) in java.
What is the difference between filters and interceptors ?
What is lazy class?
What is the difference between equals() and == in java?
Can we return resultset in java?
What is a constructor overloading in java?
Write a program to find the whether a number is an Armstrong number or not?