What are the considerations to be made in case of loops in java ?
No Answer is Posted For this Question
Be the First to Post Answer
where is JNDI being used in java platform?
What is need of DAO? Write one simple DAO example?
What are the classes in the java collection framework? : java collections
How do you create UserTransaction Object? How do you rollback a transaction in a method?
What is IOC in spring?
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
What is the use of log4j and how to make use of that in a application?
Which interface does java.util.hashtable implement?
please mail me the interview question based on java/j2ee
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
What is the servletcontext listener and what is JspContext and page context pls tell in simple words.
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?