Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) where our package shoud be kept in the application whenwe want to import that package in the jsp application?
1 4582what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
TCS,
3 6049how a marker interface gets its functionality and when we implements a marker interface how it got invoked
3 12037how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
4 11311
What is parsing in java?
What is the resourcebundle class?
Can we return resultset in java?
what is reflection api? How are they implemented?
What is action chaining ?
What is a constructor overloading in java?
What is the difference between filters and interceptors ?
What if I write static public void instead of public static void?
What is the first argument of the string array in main method?
What is a classloader in java?
What do you mean by an interface in java?
Are jvm’s platform independent?
Realized?
How to sort array in descending order in java?
How can you inject java collection in spring?