Here you will find more than 50000 job interview questions

Job Questions Search Engine


Sponsored Links

What kind of thread is the Garbage collector thread?

August 27, 2010 by bigboss · Leave a Comment
Filed under: Core Java Interview Questions 

Garbage collector thread is a daemon thread.

What are the components of J2EE application?

August 11, 2010 by bigboss · Leave a Comment
Filed under: J2EE Interview Questions 

A J2EE component is a self-contained functional software unit that is assembled into a J2EE application with its related classes and files and communicates with other components. The J2EE specification defines the following J2EE components:

  1. Application clients and applets are client components.
  2. Java Servlet and JavaServer Pages technology components are web components.
  3. Enterprise JavaBeans components (enterprise beans) are business components.
  4. Resource adapter components provided by EIS and tool vendors.

Why empty tag is required in Java Struts?

August 7, 2010 by bigboss · Leave a Comment
Filed under: Struts Interview Questions 

When the requested variable does not contain any information, (null or empty) then this tag is used to know the contents present in the other body parts of the tag. If the tag is nested then it is advisable to use this tag as it may contain a bit of information.

How the struts dispatch action works?

August 7, 2010 by bigboss · Comments Off
Filed under: Struts Interview Questions 

Org.apache.struts.actions.Dispatchaction interface gives the user to collect all the information and functions into a single action file. This interface is very useful because it helps you in developing a common action for all the functions.

  • Categories

    |
  • Tags

    ADO.NET Questions Algorithm Questions ASP.NET Questions auto_ptr Binary tree questions C++ Constructor Interview Questions C++ Questions CISCO Exams Questions Common Interview Questions Core Java Interview Questions Csharp Questions datastructure questions Delphi 6 find command gdb interview questions grep interview questions IBM certification exams questions Infosys Puzzles Java Struts Linked List Problem Linux Command Questions List Manager Interview Questions Markov Algorithm memory leakage mysql Interview Questions Normalization Oracle Application Developer Certification Exam Interview Questions Oracle Questions Perl Questions PHP Questions Pointers Interview Questions PostgreSQL Database Questions pthread interview questions Smart Pointer Solaris Interview Questions SQL SERVER Interview Questions STL STL Map Symbian OS Tricky Interview Questions Unix Interview Questions unix shell Vector Windows OS Questions