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

Write a program to show synchronization?

1146

Explain what is orm?

1100

Write a singleton program?

1040

What is ioc concept & explain it?

1082

What are the oops concept?

1073

What are the different types of exception?

1031

What is aop(assepct oriented programing)?

1054

What is prototype?

1158

Explain spring framework?

396

In spring bean class uses singleton or prototype?

442

What we can not do in jdbc but can do hibernate?

382

Difference between struts and spring? Or why use spring, if you are already using struts?

953

Difference between struts and spring?

1143

Why use spring, if you are already using struts?

996

What is role of actionservlet?

1028


Un-Answered Questions { Java Related }

What is an association?

981


What is the life cycle of actionform?

1021


What is cascade delete?

930


What is the need of hibernate tools when orm tools can be used?

384


Is there a particularly good ide to use with struts?

921


What are the ways to instantiate the class class?

1100


Describe some assignments that are executed by servlet container?

1077


What is spring boot used for? : Spring Boot

431


What is the difference between C++ and Java and your preferences?

1109


What are abstract classes and anonymous classes?

1073


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.

2049


What are struts in java?

914


How httpservlet is different from the genericservlet?

1125


What is hbm xml?

871


What is difference between array and arraylist in java?

988