GeekInterview.com
Series: Subject: Topic:

J2EE Interview Questions

Showing Questions 101 - 120 of 122 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is the difference between light weight component(like swing) and heavy weight component(like awt).

Asked By: Naresh | Asked On: Apr 2nd, 2006

Answered by: srinivasaraobora on: Aug 12th, 2006

Hi Friends,In java the componenets are light weightcomponents and heavy weight components .light weight componenets are the componenets which are used less resources and light weight components have h...

Answered by: srinivasaraobora on: Jul 24th, 2006

Hi Friends,In java the componenets are light weightcomponents and heavy weight components .light weight componenets are the componenets which are used less resources and light weight components have h...

What is the difference between Javabeans and ejbbeans

Asked By: jacinthaserine | Asked On: Apr 8th, 2006

Answered by: srinivasaraobora on: Aug 12th, 2006

Hi Friends,JavaBeans may be visible or nonvisibleat runtime. For example, the visual GUI component may be a button, list box, graphic, or a chart An EJB is a nonvisual, remote objectJava Beans ar...

Answered by: srinivasaraobora on: Jul 24th, 2006

Hi Friends,JavaBeans may be visible or nonvisibleat runtime. For example, the visual GUI component may be a button, list box, graphic, or a chart An EJB is a nonvisual, remote objectJava Beans ar...

Jndi -Java naming and directory interface

Asked By: vidya_chintoo | Asked On: Apr 10th, 2006

What is the need of jndi(Java naming and directory interface) ? Explain with real-time usage ?

Answered by: srinivasaraobora on: Aug 12th, 2006

Hi Friends ,The main advantage of JNDI(java naming and directory interface) is used for the searching the information in the huge amount data. if we have huge amount of data, for searching we use ...

Answered by: prashant on: Jul 26th, 2006

Well JNDI is Universal Client API to organize and locate components in a distributed computing environment.

When the processing is going in the backend systems(database) and the communication is from the browser through servlet, what wil happen when the browser is closed?

Asked By: meher_posh | Asked On: May 22nd, 2006

Answered by: Dennis on: Aug 1st, 2006

The thread will execute and finish the process however if there is any response defined for that action it will not occur.

How you identify the client is old or new in session beans

Asked By: sudhakar_bvr | Asked On: May 30th, 2006

Answered by: Dennis on: Aug 1st, 2006

There is no way to know that the client is new or old since by defintion stateless session bean is meant to be stateless. The only way to know is when the information is passed from the remote reference

What is the difference between JSP model-1 and model-2 ?

Asked By: basvoju | Asked On: Jul 17th, 2006

Answered by: prasanna on: Aug 1st, 2006

in jsp-model 1 while developing applicaitons in j sp model 1 archtecture the seperation of roles becomes a tedious issue and code is difficult to maintain like , the jsp developer has to wait for the ...

Answered by: gokulii on: Jul 27th, 2006

In model1 there is no separation between the businesslogic and presentation logic, and so we can't reuse the view component.

but in model 2 there is a separation between businesslogic and presentation logic and so we can easily reuse the view component.

What is difference between businesslogic and presentationlogic?

Asked By: sreenivas | Asked On: Jun 20th, 2006

Answered by: vijay on: Jul 31st, 2006

Study MVC pattern

Answered by: robbin on: Jun 21st, 2006

Presentation's responsibilities are display information to users and interpret commands from use into action upon domain and data source.

buinesslogic's responsibilities are logic upon domain.

How to identify is it slsb and sfsb?

Asked By: srinu | Asked On: Apr 19th, 2006

Answered by: prashant on: Jul 26th, 2006

to check wheather it is SLSB/SFSB  u can see dd(deployment descriptor).

This is the only place where container checks for it.

Answered by: Alps on: May 18th, 2006

In ejb-jar.xml, in <session-type> tag, you specify if it is Stateless or Stateful

How you create a domain in weblogic

Asked By: sudhakar_bvr | Asked On: May 30th, 2006

Answered by: babu on: Jul 6th, 2006

how you  create a domain in weblogic

Answered by: nrkonjeti on: Jun 15th, 2006

Start-> Bea Weblogic ->Configuration Wizard --> Window,select Create new weblogic configuration.Then you can get window to create the domain,server... etc..select basic server domain.... ...

What is pagination

Asked By: syed | Asked On: May 23rd, 2006

Answered by: Senthil on: Jun 30th, 2006

Really your site is good for people who are searching information on Java platform.

Answered by: narasimha rao konjeti on: Jun 15th, 2006

That is exactly right!!!

1. Some websites will have hierarchical display of items. (for eg, on click of a ‘+’ symbol, all items under this item gets listed.). How do you store such structure in database (note: you can store as...

Asked By: ronin | Asked On: Apr 25th, 2006

Answered by: kuma on: Jun 25th, 2006

You can use the Java script and ID to put this kind of stuff in websites, there is no need to store the special datas in database ie no need to combine the database for this.

Answered by: Arpit on: Apr 29th, 2006

hey thats + and data listing is magic of java script . i did the same.here i can give u one hint

click here(place one image here)
logic should be some wat like this.data base need not to bother abt such presentation logic

How you implement session bean

Asked By: sudhakar_bvr | Asked On: May 30th, 2006

Answered by: dhanabalan on: Jun 22nd, 2006

By using deployment descriptor file.

What is weak reference and soft reference in Java?

Asked By: ravi | Asked On: Jun 7th, 2006

Answered by: deepa on: Jun 17th, 2006

what is weak reference and soft reference in java

Answered by: Arvind Singh on: Jun 13th, 2006

What is Weak reference and Soft reference in java?

What is the difference between mvc 1 & mvc 2?

Asked By: ramkumar | Asked On: Apr 30th, 2006

Explain about mvc 1 & mvc 2. What is the difference between mvc 1 & mvc 2?

Answered by: gururaj on: Jun 13th, 2006

actually MVC 1 is a misnomer. is also called Model 1 architecture, this refersto the ancient archetecture :) wer ppl had vereything stuffed into servlet ( view and business logic related code ) and a ...

Answered by: visitor on: May 4th, 2006

If u dont mind pls explain me in detail

How to configure weblogic to work with eclipse ide?How do you debug errors in an application using eclipse ide.

Asked By: padma | Asked On: May 9th, 2006

Answered by: fossboss on: May 15th, 2006

Use Weblogic Plugin for Eclipse from http://dev2dev.bea.com

How struts1.1 can be run in LINUX

Asked By: anup | Asked On: Feb 6th, 2006

Answered by: thiswebs4u on: Apr 11th, 2006

Install Tomcat or JBoss for servlet containers.

What is difference between Java commandline arguments and C commamdline arguments

Asked By: dnjswaroopa | Asked On: Mar 7th, 2006

Answered by: s_s78 on: Mar 20th, 2006

In C args[0] = filename args[1]= first argument

in Java args[0] = first argument

Answered by: umesh on: Mar 10th, 2006

ANS-In c, command line argument is start from 1 as a file name

but in java ,start from 1 as argument.

I need to build a 4-tier system, where I have a presentation-tier, a business-tier, a data-tier and a 4th tier compose by remote machines. What is the best Java solution, between all the JSP, servlet's,...

Asked By: João Neto | Asked On: Feb 17th, 2006

Answered by: Gireesh Babu on: Feb 20th, 2006

The best Architecture solution is

Presentation Tier  - Struts MVC Patter

Business Tier - Spring with Remoting

Database Tier - Hibernate

Gireesh

Answered by: Gireesh Babu on: Feb 20th, 2006

The best Architecture solution is

Presentation Tier  - Struts MVC Patter

Business Tier

How does the container manage to store the conversational state of the client in case of a stateful session bean ?

Asked By: jaygeek | Asked On: Dec 13th, 2005

Answered by: sachinsree on: Jan 6th, 2006

As Vishal Told .. It is Exactly Container Specific. Because if u See the Weblogic Server , This will stores/Keeps  the Conversational Info in .Ser files in the One Folder of the 'bea'. Once ...

Answered by: Vishal on: Jan 3rd, 2006

When Container decides to put a bean back into the pool, it persists the state of bean to device, now it depends upon the container implementer, Which mode of persistence it uses.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Question Categories

Core Java Interview Questions

EJB Interview Questions

Hibernate Interview Questions

Java Interview Questions

Java Patterns Interview Questions

JDBC Interview Questions

JMS Interview Questions

JSP Interview Questions

Java OOPS Interview Questions

Ruby Interview Questions

Servlets Interview Questions

Spring Interview Questions

Struts Interview Questions

Websphere Interview Questions

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.