Java J2EE Interview Questions
Questions Answers Views Company eMail

can any body body expalin best definitions & best real time exaples for opps concepts.

Accel,

1843

What is map and hashmap? also tell the difference.

1 3592

Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

3 4268

you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?

2165

How to add new JTabbed pane?

1 3879

give the syntax of doGet() and doPost()?

2 22990

i want test pattern of zylog company and some examples also

2300

1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?

RBS,

2 5956

2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

RBS, TCS,

1841

3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)

RBS,

3 7807

Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?

RBS,

1 5097

Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?

RBS,

2 9819

What is Co-Variant return type in method overriding?

RBS,

1 5102

7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

CSC, Nagarro, RBS,

4 7595

Can an abstract class have a constructor?

RBS, Wipro,

1 8842


Un-Answered Questions { Java J2EE }

Mention what is asymmetric clustering in web-sphere?

499


What is @joincolumn in hibernate?

160


Can we pass null as argument in java?

514


What do you mean by servlet context?

607


What do you mean by timer service and where it is used?

517






What is bean-managed persistence?

581


Is empty .java file name a valid source file name?

593


What is jms connection factory in weblogic?

450


What are the advantages of ejb components?

565


How many types of classes are there in java?

523


Whta are performance monitoring tools?

523


what is the effect of using persistent messages?

502


What is casting in java programming?

586


What is the difference between hashset and treeset in java?

544


What is ebxml?

510