Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) I have written a program to connect to database using odbc.Can this Application run on any Platform????
2 4777I 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
How is declarative handling of exceptions done in struts ?
what are the different modes of archival? Explain each mode in two lines each?
Realized?
Differentiate between static and non-static methods in java.
How to create a base64 decoder in java8?
How to sort array in descending order in java?
What is difference between @controller and @restcontroller in spring?
i want test pattern of zylog company and some examples also
Write a program to find the whether a number is an Armstrong number or not?
explain different ways of using thread? : Java thread
What is the difference between equals() and == in java?
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 are the differences between heap and stack memory in java?
How can you inject java collection in spring?
Write a program to print count of empty strings in java 8?