Submit Blog Login Last Submitted Blogs RSS Archive Contact  
javainterviewquestions
 
 
 
javainterviewquestions
This site will give all the relavent and important information which can help u in the interview point of view
Language: English
RSS Feeds for this Blog
Statistics
Unique Visitors: 1
Total Unique Visitors: 64935
Visitors Out: 38
Total Visitors Out: 38
 
 
Articles
when do use application scope
2008-11-18 11:48:55
Application Scope If a single Java Bean Object that holds nothing specific to the client has to be used while p......
 
Date Format
2008-11-08 00:37:25
Java Date Class Date class is also useful to handle date and time (In this you can retrieve th......
 
Load Factor
2008-11-05 19:54:18
Ques) What is LoadFactor? Rep) LoadFactor is useful to determine the point where the capacity of the Hashtab......
 
Marking or Tagging Interface
2008-11-05 19:48:09
Ques) What is Marking (or) Tagging Interface? R......
 
Collection FrameWork
2008-11-05 19:40:24
Q) What is Collection FrameWork? Res) A Collection FrameWork represents a class library to handle groups of objects –......
 
ArrayList Class
2008-11-02 10:38:17
The ArrayList class extends AbstractList and implements the List interface. ArrayList supports dyna......
 
Write a Short notes on Vectors
2008-11-02 07:22:30
VECTORS C and C++ programmers will know that generic utility functions with variable arguments can be use......
 
What is Finalizer Methods
2008-10-27 13:44:45
We have seen that a constructor method is used to initialize an object when it is declared. This process is ......
 
Final Variables and Methods
2008-10-27 13:07:58
All methods and variables can be overridden by default in subclasses. If we sish to prevent the subclasses fro......
 
Benefits of Connection Pooling
2008-10-27 00:31:00
Benefits of Connection Pooling: Connection pooling can greatly increase the performance of your Java application, while r......
 
Define Connection Pooling
2008-10-27 00:24:36
Q) What Is Connection Pooling? A) Connection pooling is a technique of creating and managing a pool......
 
Servlet Summary
2008-10-16 11:18:45
–> A servlet is a Java class that runs on a server, and a servlet for a web application exten......
 
What is LOG FILE
2008-10-16 11:14:54
–> You can use the log methods of the HttpServlet class to write debugging information ......
 
What is Thread Safe Servlet
2008-10-16 11:11:23
–> A thread-safe servlet is one that works correctly when more than one thread is runn......
 
Explain the Instance Variables in Servlets
2008-10-16 11:08:18
instance variable –> An instance variable of a servlet belongs to the one instance of the s......
 
Define JSP
2008-10-16 11:05:49
The instance variables and methods are initialized when the JSP is first requested. After that, each thread ......
 
Write a short notes on TOMCAT
2008-10-16 11:01:52
web.xml file that is known as the deployment descriptor. This file is used to configure a web......
 
What the web.xml file can do
2008-10-16 11:00:37
–> Provide an alias for a servlet class so you can call a servlet using a different name. –> Enable......
 
Servlets and Jsp’s
2008-10-16 10:51:19
A JavaServer Page, or JSP, consists of HTML with embedded Java code. When it is requested, it is co......
 
How to run a Java web application
2008-10-16 10:48:20
To run Java web applications, the server requires the Java 2 Software Development Kit, or SDK, pl......
 
Dynamic and Static Web Page
2008-10-16 10:39:54
Dynamic or Static Web Page Of all the various ways you can make your site, your pages will mo......
 
Difference between errortag and message tag
2008-10-05 05:29:25
Q) What is the difference between errorstag and message tag? Rep) Errorstag genereates the error for Ex: <%@ taglib uri=”/tags......
 
Thread safety of the servlet
2008-10-05 01:05:45
Q) How to ensure the thread safety of the servlet? Rep) 1) It is better to avoid instance varia......
 
GoTo statement in Java
2008-10-05 00:37:38
Q) GoTo statement are not available in Java why? Rep) 1) Goto statement decrease readability of a program. 2) Got......
 
What is unicode System
2008-10-05 00:19:26
Rep) UNI code is a specification to include the alphabet of all international languages into the character set o......
 
Can we provide a constructor in the servlet class
2008-10-05 00:11:19
Rep) As the Web Container uses newInstance() metho......
 
How the Web Container creates a servlet object
2008-10-05 00:09:36
Rep) Web Container reads the name of the servlet class from web.xml......
 
Difference between GET and HEAD request methods
2008-10-05 00:05:05
Rep) When the client sends GET request, As part of the response the server will send initia......
 
What is difference between accessing the table single column and accessing the tabe with multiple column key
2008-10-04 23:59:40
Rep) 1) If the above table has to be accessed using hibernate we must provide a seperae class to hold......
 
Explain executeQuery Method
2008-10-04 23:39:24
ExecuteUpdate() Mehod :- executeQuery() method returns a Resultset object(ResultSet is an Interface) A java ap......
 
Explain executeUpdate Method
2008-10-04 09:40:58
ExecuteUpdate() Mehod :- ExecuteUpdate returns and integer indicating the number of rows effected(changes) When stmt.execute......
 
What are the elements of JSP
2008-09-30 11:47:13
As part of JSP’s we can use various kinds of  JSP elements like 1......
 
Define Jsp-include and Jsp-forward
2008-09-30 11:36:53
As part of Jsp Specification JavaSoft has specified the following variables. Syntax: Include   <jsp:include page =”&#......
 
Explain Thread-Safe JSP page and there advantages
2008-09-30 11:14:58
Q) How can I implement a thread-safe JSP page? What are the Advantages and Disadvantages of using it? A) You ca......
 
Define Implicit Variables in JSP
2008-09-30 11:10:54
Q) What are the implicit variables? A) Implicit variables are objects that are created by the web container and contain information related t......
 
Java Package
2008-09-23 11:44:06
Package : A package represents a sub directory where we store some Classes and Interfaces Also A......
 
Naming Conventions in Java
2008-09-23 11:18:06
1) Package name in java are written in all small (lower) case letters Ex: java.awt.     java.io.     java.swing.......
 
Calling a Method in Java
2008-09-22 12:09:13
Calling a Method in Java : The methods called in java in 2 types a) Create an object to the class ......
 
Difference between Print() and Println() Methods in Java
2008-09-22 11:57:12
print() : Print Method displays the result and then keeps the cursor in the same lin......
 
What are Command Line Arguments in Java
2008-09-22 11:50:21
Command Line Arguments :The values passed to the main metho......
 
 
 
 
eXTReMe Tracker