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...

Core Java Interview Questions
Questions Answers Views Company eMail

What are integer overflows and underflows and how to handle them?

Wipro,

3 12138

What Method and class used for Connection pooling ?

TCS, Wipro,

5 11267

Name the methods in mouse listeners ?

4 6281

Name the class that used to read objects directly from a stream?

Wipro,

4 8999

What are null interfaces in JAVA ? and give me some examples?

5 19355

Explain Global variables in Packages?

4 8148

Explain about GridBag Layout?

1 4322

What is HashTable?

4 12468

what is Dictionary? and what purpose it is used for?

3 6321

Have you used any version control ? if so explain about it?

2 6172

How OOPS concept is achieved in Java?

Cognizant, JPMorgan Chase, Xavient,

6 24962

How are Java source code files named?

3 8702

How are Observer and Observable used?

3 7306

How are commas used in the initialization and iteration parts of a for statement?

2 5844

Explain about global variables in Java?

3 9235


Post New Core Java Questions

Un-Answered Questions { Core Java }

Which non-unicode letter characters may be used as the first character of an identifier?

960


What is keyset in java?

1013


What is string :: npos?

1001


Why is stringbuffer thread safe?

1004


How do you implement polymorphism in our day to day life?

3173


What is java virtual machine? Explain

966


What does java ide mean?

1054


Are arrays immutable in java?

1003


Where local and global variables are stored?

1042


What languages are pass by reference?

989


Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

1988


Explain thread life cycle in java?

969


Is it possible to override the main method?

927


What is the point of polymorphism java?

953


Which methods cannot be overridden in java?

923