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


why did you choose your career in IT?



why did you choose your career in IT?..

Answer / v arvind

I decided to work in IT because it has scope & by working in this we get exposure to computers. Now-a-days computer is used in almost all the works, so by working in IT we can have nice salary.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Difference between this(), super()?

12 Answers   College School Exams Tests, Oracle,


How do you escape json?

0 Answers  


What are byte codes?

0 Answers  


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.

0 Answers  


Describe string intern() methodology

0 Answers  


Which methods cannot be overridden in java?

0 Answers  


is it possible to add a object in a HASHMAP

6 Answers   HCL,


What are java methods?

0 Answers  


What do you mean by singleton class in java?

0 Answers  


why would you use a synchronized block vs. Synchronized method? : Java thread

0 Answers  


What are the types of sockets in java?

0 Answers  


What is better - 'bit-shift a value' or 'multiply by 2'?

0 Answers   DELL,


Categories