Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) 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
Can we extract main method from another class?
What is the locale class?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
How to sort array in descending order in java?
What is a classloader in java?
What is the resourcebundle class?
What is difference between @controller and @restcontroller in spring?
How can you inject java collection in spring?
What is the java api?
What is action chaining ?
Realized?
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 do you know about validation plugin ?
What if I write static public void instead of public static void?