Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) where our package shoud be kept in the application whenwe want to import that package in the jsp application?
1 4585what 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 6055how a marker interface gets its functionality and when we implements a marker interface how it got invoked
3 12041how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
4 11317
What is a classloader in java?
How to sort array in descending order in java?
What is lazy class?
Can we return resultset in java?
What is a constructor overloading in java?
explain different ways of using thread? : Java thread
What is java string pool?
What is the difference between filters and interceptors ?
Differentiate between static and non-static methods 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
What is latest hibernate version?
What is action chaining ?
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
What are the differences between heap and stack memory in java?
What is the difference between equals() and == in java?