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 is bytecode in java ?

1257

Why there are some null interface in java? What does it mean?

1192

How can you add and remove nodes in jtree?

1111

State the main difference between c++ and java?

1148

What are the three best choices for a development environment?

1163

What are the steps involved to create a bean?

1218

Explain about the dynamic behavior of core java?

1192

What is the use of beaninfo?

1101

Give the difference between the println method and sqrt method?

1137

Why do you canvas?

1100

Explain about strings in java?

1133

Is there any tag in htm to upload and download files?

1094

Explain about the performance aspects of core java?

1116

What is the method to expand and collapse nodes in a jtree?

1103

Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

1127


Post New Core Java Questions

Un-Answered Questions { Core Java }

Difference between vector and arraylist.

1190


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.

2105


What is output buffer?

1096


What is int argc char * argv?

1277


Explain an algorithm to find depth of a binary tree.

1109


How do you create a method in java?

1052


Write the algorithm to check the number non-leaf nodes in a tree.

1129


What are loops in java?

1358


Is hashmap thread safe?

1060


What is string pool in java?

1077


What is singleton class and how can we make a class singleton?

1159


What are actual parameters?

1095


What is stream api in java8?

1282


What are void methods?

1066


What is a condition in java?

1098