Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
1 4190How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
2 7276what is private constructor?what are the uses of writing private constructor in our program?
10 21810drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
1 4851drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
2 7151After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
2 5631Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
5 22759
Why stringbuffer is faster than string?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
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 different types of ioc container?
What is the purpose of xmlaccess configuration file export.xml & exportrelease.xml?
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
How can I programmatically get a password from a J2C alias configuration?
Does java initialize arrays to zero?
Explain the scope of a variable.
Does WebSphere Application Server support Microsoft NTLM?
How to reload a jframe in java swing?
What is an application group and why would I want to use it ?
What is the static keyword?
What is immutable state?
What are the differences between mqinput node and input node ?