Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




Java J2EE Interview Questions
Questions Answers Views Company eMail

Can we store variables in local blocks?

Global Logic,

1352

Write a program to search a number in the given list of numbers.

Honeywell,

1035

What is a default constraint?

HCL,

1070

What isan abstract class and when do you use it?

Genpact,

1 1605

What do you understand by Header linked List?

Genpact,

1107

Difference between current previous versions of Java?

Atos Origin,

1026

What is a Presistent Object?

InfoAxon Technologies,

1238

How do you find the maximum number from an array without comparing and sorting?

BlackRock,

1123

What do you mean by a JVM?

GE,

1253

Explain the selection sort algorithm and state its time complexity?

Flextronics,

1016

Give me an example of array and linked list? Where they can be used?

Ericsson,

1010

What is meant by 'bit masking' in java?

DELL,

1188

If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

CDAC,

1043

What is an interoperable application in java ?

HCL,

1005

These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

HCL,

1088


Un-Answered Questions { Java J2EE }

What are the conditions applies to varchar variable, when using in procedures?

2160


How are the elements of a gridbaglayout organized in java programming?

983


Can private method static?

922


What is spring jms?

832


What is the difference between static and non-static variables in java programming?

978


What is the need of hibernate tools when orm tools can be used?

388


What is import java util arraylist?

1183


Explain the concept of root application context in spring mvc along with its loading process.

516


Why do we use spring?

383


How do I provide user credentials for starting weblogic server?

986


Can you start a thread twice in Java?

1121


What is spring design pattern?

436


How does hashmap work in java ?

1055


What is struts xml?

846


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

2368