New Java J2EE Interview Questions :: ALLInterview.com http://www.allinterview.com New Java J2EE Interview Questions en-us I have getting problem to calling stored procedure from Mysql throug http://www.allinterview.com/showanswers/77848.html what is the need of the Ajax? http://www.allinterview.com/showanswers/77691.html This is sth which can be used for maintaining the data silently. Like without refreshing the whole page you can manage a part of page. This is very useful as it is supported by almost all of the browsers. ejb session beans and entity beans? http://www.allinterview.com/showanswers/77597.html what is a ejb architecture? and overview of ejb software architectur http://www.allinterview.com/showanswers/77596.html What is escape analysis algorithm in JVM and how garbage collection http://www.allinterview.com/showanswers/77436.html Diff bet.. Function and Trigger? http://www.allinterview.com/showanswers/77371.html Diff. types of triggers.. http://www.allinterview.com/showanswers/77370.html what does batchUpdate does? http://www.allinterview.com/showanswers/77369.html batch is a group of records what is the difference between sleep() and Wait()? http://www.allinterview.com/showanswers/77368.html Thread.sleep() sends the current thread into the "Not Runnable" state for some amount of time. The thread keeps the monitors it has aquired -- i.e. if the thread is currently in a synchronized block or method no other thread can ent How we say that PreparedStatment is Precompiled? where it will be co http://www.allinterview.com/showanswers/77367.html What is difference between Eclips and MyEclips? http://www.allinterview.com/showanswers/77219.html What is JasperReports? http://www.allinterview.com/showanswers/77207.html Jasper Reports is used to Generate the reports from the Database. A powerful report-generating tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files. What are the OOAD concepts in java explain with examples? http://www.allinterview.com/showanswers/76750.html they are 1.polymorphism 2.abstraction 3.inheritance 4.encapsulation After compilation of java program we'll get .class code. If it&# http://www.allinterview.com/showanswers/76749.html It will work, becouse java is platform independent. whats string ? http://www.allinterview.com/showanswers/76723.html String is a class.string is immutable.