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 Related Interview Questions
Questions Answers Views Company eMail

what is the main class of all the classes

Photon,

5 7925

what are the boundaries of jdk and jre?

CoreObjects,

2106

How will you measure that int takes up only 32 bits in memory?

Rolta,

2 5821

Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

Rolta,

5 16108

Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

Rolta,

2754

Can we iterate through collection using for loop?

Rolta,

2 6229

Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

Rolta, TCS,

1 8139

What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList list = new ArrayList(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i

Rolta,

5 8567

JVM is platform independent or depeneded?

7 9823

what is type of statement in jdbc connection?

3 5479

In strurt why w use two differnt files web.xml and strut config.xml?

2 10351

What are the types of classes in java?

HCL,

4 9340

i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 4928

can anybody tell.what is the difference between Forward Action and Action Forward?

Polaris, TCS,

2 8736

What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose. Infosys 2 In which way does a Primitive data type is passed ? Sun- Microsystems 4 what is the use of declaring constructor as private? Sai- Softech 5 what is difference between global methods and local methods? 1 What is meant by class loader and how many types are there? Apple 1 what is meaning of JIT? 4 What is an abstract class? Wipro 5 what is filters and its use? Virtusa 2 why is multiple inheritance not allowed in java? Elementus-Technologies 7 Differences between jdk 1.4 and 1.5 Wipro 4 is JVM platform dependent or independent..? IBM 6 what is main purpose of abstract class? 5 what is difference between colection and collections? Tech-Mahindra 11 What error occurs if a try-catch-finally statement sequence does not have a catch clause? 2 Explain the difference between scrollbar and scrollpane? 1 Explain the differences between public, private, protected and static? 4 Explain the difference between getAppletInfo and getParameterInfo? 1 Is Cegonsoft Pvt.Ltd. a good Institute? 4 Why only one Class is public in one file? Explain in details. Thanks in Advance. 11 Which method will get invoked first in a stand alone application?

2868


Un-Answered Questions { Java Related }

Is it possible to write a regular expression to check if string is a number?

1045


What are the object and class classes used for?

1060


What are the benefits of immutable objects?

1026


What is introduction in spring aop?

420


How do beans become 'singleton' or prototype?

638


When is finally block not called?

1112


List the interfaces which extends collection interface?

974


What is container struts2?

1015


Is hibernate a tool or framework?

361


In struts.xml, what does the attribute "method" stands for in the "action" tag?

970


Can we have two main methods in a java class?

1078


What is numberformatexception in java?

908


What is transient instance state in hibernate?

364


Why can't we override private static methods?

990


Is the ternary operator written x : y ? Z or x ? Y : z ?

1137