Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
1 1030If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
1 1064Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
1 992
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 is an object in java and how is it created?
What is a classloader in java?
i want test pattern of zylog company and some examples also
What is lazy class?
What is java string pool?
What is the difference between break and continue statements?
What are the differences between heap and stack memory in java?
What are the contents on web.xml in struts application ?
How to create a base64 decoder in java8?
What is a constructor overloading in java?
What is the difference between filters and interceptors ?
How is declarative handling of exceptions done in struts ?
Explain public static void main(string args[]) in java.
What is difference between @controller and @restcontroller in spring?