Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) I have written a program to connect to database using odbc.Can this Application run on any Platform????
2 4776I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
2 8129Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.
TCS,
3 13846can someone tell me how does preparedstatement works? its an interface and where is the implementation?
3 8684Hi Friends. I want complete technical flow of j2ee project with following technologies. jsp , servlet , Struts , Hibernate , (should follow mvc-2 design pattern) . with DAO ,DTO SERVICE layers .
1 4877
explain different ways of using thread? : Java thread
What is difference between @controller and @restcontroller in spring?
What is the difference between equals() and == in java?
What is a classloader in java?
What is the difference between break and continue statements?
What is the java api?
How to sort array in descending order in java?
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
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
What is action chaining ?
What is lazy class?
What is latest hibernate version?
Can we extract main method from another class?
What do you know about validation plugin ?
What is the difference between filters and interceptors ?