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

Why use POJO when I can use hashmap

Infotech,

1 2727

solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 6424

Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?

Ericsson,

5 9090

Why method overloading and method overriding required in java?

Ericsson, Wipro,

1 5182

In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?

Ericsson,

1 5004

What is OOPs & Why?

3 5291

String is mutable or immutable?

3 6940

INTERVIEW QUESTION FOR ANDROID

2211

What collections you have worked on? Internal working of Hashmap?

Bravura Solutions,

1 2924

What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?

Bravura Solutions,

1 2569

Can static methods be overridden?

Bravura Solutions,

5 10035

what is default length of textfield ?

1 14195

list the types of dialodg

Wipro,

1 3151

java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?

Naaptol,

1 5178

Why java does not supports multiple inheritance?

TCS, VSoft,

3 6290


Un-Answered Questions { Java J2EE }

Find Best Job Vacancies across the world on Jooble!

119


How is declarative handling of exceptions done in struts ?

994


Is minecraft 1.15 out?

1026


What is an object in java and how is it created?

1111


How to sort array in descending order in java?

980


What is a constructor overloading in java?

1117


How to create a base64 decoder in java8?

1119


Can we return resultset in java?

980


What are the contents on web.xml in struts application ?

1050


Write a program to print count of empty strings in java 8?

1073


What is the difference between equals() and == in java?

1023


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

1087


Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance

2409


i want test pattern of zylog company and some examples also

2845


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

2654