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

I need to know about complete topic in java's collections i with an examples

TCS,

1 5222

Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.

2 9600

what is mean by dll ? Please answer me. Advance thanks.

Excel,

3 5440

what is mean by OLE ? Please answer me. Advance thanks.

Excel,

1 2843

what is mean by API ? Please answer me. Advance thanks.

Excel,

2 5407

what is mean by com/Dcom ? Please answer me. Advance thanks.

Excel,

1 5595

what is mean by RMI ? Please answer me. Advance thanks.

Excel,

3 7565

what is mean by port ? Please answer me. Advance thanks.

Excel,

2 7603

What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).

Infinite Computer Solutions, TCS,

2 13440

my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 4035

why interaction with server using javascript is difficult

1 3984

why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.

5 13266

How to send a request to garbage collector?

3 5362

StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

HCL,

6 9279

how to deploy the application

Oracle, RBS,

1 3479


Un-Answered Questions { Java J2EE }

What is lazy class?

484


How to create a base64 decoder in java8?

1133


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2659


What is a classloader in java?

1086


What is a constructor overloading in java?

1123


How is declarative handling of exceptions done in struts ?

1001


Can we return resultset in java?

990


what are the different modes of archival? Explain each mode in two lines each?

996


What is java string pool?

1077


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

2866


What do you mean by an interface in java?

1095


How to sort array in descending order in java?

989


Explain public static void main(string args[]) in java.

1066


Realized?

2257


Write a program to find the whether a number is an Armstrong number or not?

1095