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 difference between jms and mq?

851

What is @resource in java?

1028

What is @autowired required false?

1056

What is the difference between @requestparam and @pathvariable?

1001

What is the use of @resource?

1089

What does @inject mean in java?

1117

What does @singleton annotation do?

1031

Why do we use @requestmapping?

1012

What is @enableautoconfiguration?

1057

What is use of @postconstruct?

968

What is @injectmock?

948

Which one is better setter injection or constructor injection?

431

What are the benefits of using dependency injection?

432

Does applicationcontext support setter dependency injection?

505

Why should I use dependency injection?

403


Un-Answered Questions { Java Related }

What is set in java?

1069


What are some disadvantages of storing session state in cookies?

1040


Why it called struts?

971


How do I remove a character from a string in java?

976


What are passing parameters?

1109


How can we perform any action at the time of deploying the project?

1139


what do you mean by marker interface in java?

1004


Why would you use an orm?

356


What about abstract classes in java?

1084


What is the static block?

1086


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.

2071


What is bidirectional and unidirectional?

371


What is the argument in java?

949


How do you set the classpath ?

1098


What is the benefit of using enum to declare a constant?

1120