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 collections you have worked on? Internal working of Hashmap?

Bravura Solutions,

1 2746

What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?

Bravura Solutions,

2450

Can static methods be overridden?

Bravura Solutions,

5 9548

java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?

Naaptol,

1 4935

Why java does not supports multiple inheritance?

TCS, VSoft,

3 6007

what is associative array

Tech Mentro,

1 3401

what is the difference between static class and singleton class? can we create static class?

L&T, Octazen, Vamsi Labs,

2 6088

ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 2642

what is ABSTRACTION and what are using in real time project?

iGate,

1 3930

For technical interview question please sir send me because tomorrow my interview

FactSet Systems,

1 4618

How to define a constant variable in Java?

TCS,

1 3060

java is pure object-oriented programming language?why it is platform independent.

1 2771

Why should we use java?

IBM,

1 2959

How many Java environments are there?

Phantom Technologies,

1 2939

What is Java Classloader?

Phantom Technologies,

1 2853


Post New Core Java Questions

Un-Answered Questions { Core Java }

Can a lock be acquired on a class in java programming?

928


Tell me about different OOPS concepts.

960


What is map and hashmap in java?

1030


Explain the use of shift operator in java. Can you give some examples?

923


What is the difference between inner class and nested class?

1020


Do we have pointers in java?

906


Is minecraft java edition free?

1077


What is passing value java?

1006


how to deploy tomcatserver to weblogic server? write d following steps?

1918


What is parsing in java?

912


What are heap memory and stack memory and what are memory tables.

931


How to sort numbers in java without array?

938


What is abstraction in java?

1028


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.

1997


What is finally block?

987