|
Title :
JBoss Seam Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
JBoss Seam Interview Questions
Title :
JVM,JRE,Java Compiler Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
JVM,JRE,Java Compiler Interview Questions
Title :
Tapestry Interview Questions and FAQs
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Tapestry Interview Questions and FAQs
Title :
Java Threads Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Java Threads Interview Questions
Title :
Weblogic Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Weblogic Interview Questions
Title :
Groovy Interview Questions and FAQs
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Groovy Interview Questions and FAQs
Title :
Tomcat Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Tomcat Interview Questions
Title :
Apache Ant Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Ant is a small animal who can build magnificent buildings. Ant builds!
ANT is a Java based building tool, which is similar to make, and so much better than make.
ANT, what a smart name for a building tool, even the original author of ANT, James Duncan Davidson, meant "Another Neat Tool".
A win-win ant learning method
There is a shortcut.
If you download a small jakarta project, such as Log4J, which is built by ant. It is a good and simple example for you to learn ant. Actually, you hit two birds with one stone
Title :
Quartz Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Quartz Interview Questions
Title :
Cobertura Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Where does the name "Cobertura" come from?
What is Cobertura?
What about Emma?
What do I need to use Cobertura?
What is code complexity and why should I care about it?
When I generate coverage reports, why do they always show 100% coverage everywhere?
When I generate coverage reports, why do they always show 0% coverage everywhere?
Title :
Struts Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
1)What is Struts?
2)What is Jakarta Struts Framework?
3)What is ActionServlet?
4)What is Action Class?
5)What is ActionForm?
6)What is Struts Validator Framework?
7)Give the Details of XML files used in Validator Framework?
8)How you will display validation fail errors on jsp page?
9)How you will enable front-end validation based on the xml in validation.xml?
10)How to get data from the velocity page in a action class?
Title :
Servlets Interview Questions
Author :
JavaBeat
Date : Fri Feb 13th, 2009
Servlets are Java programming language classes that dynamically process requests and construct responses. The Java Servlet API allows a software developer to add dynamic content to a Web server using the Java platform. The generated content is commonly HTML, but may be other data such as XML. Servlets are the Java counterpart to non-Java dynamic Web content technologies such as PHP, CGI and ASP.NET. Servlets can maintain state across many server transactions by using HTTP cookies, session variables or URL rewriting.
Title :
JDBC Interview Questions
Author :
JavaBeat
Date : Fri Feb 13th, 2009
Java Database Connectivity (JDBC) is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases.
The Java 2 Platform, Standard Edition, version 1.4 (J2SE) includes the JDBC 3.0 API together with a reference implementation JDBC-to-ODBC bridge, enabling connections to any ODBC-accessible data source in the JVM host environment.
Title :
RMI Interview Questions
Author :
JavaBeat
Date : Fri Feb 13th, 2009
The Java Remote Method Invocation API, or Java RMI, is a Java application programming interface for performing the object equivalent of remote procedure calls.
There are two common implementations of the API. The original implementation depends on Java Virtual Machine (JVM) class representation mechanisms and it thus only supports making calls from one JVM to another. The protocol underlying this Java-only implementation is known as Java Remote Method Protocol (JRMP). In order to support code running in a non-JVM context, a CORBA version was later developed.
Title :
JNI Interview Questions
Author :
JavaBeat
Date : Fri Feb 13th, 2009
The Java Native Interface (JNI) is a programming framework that allows Java code running in the Java virtual machine (JVM) to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in other languages, such as C, C++ and assembly.
|