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 for datainputstream?

1 4120

What is the use of static keyword in "public static void main()"

College School Exams Tests, Infosys, Six Dee Telecom,

10 13237

what is mena by object block any what is the use of that

CGI,

2262

can any body tell me? does advance java and j2ee both are same.

CTS, Infosys,

4 10511

does core java and j2se both are same?

5 15033

what is difference between signed & unsigned char?

2 5117

What is the blank final variable?

3 6607

difference throws and throw in java

3 5347

What is “try and catch” in java

2 4890

Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this

1 3140

what is mean by ooad? where we are using? can you tell me any real time example?

Eka Software,

1 3975

What is mean by UML? what is the use? where we are using?

Eka Software,

1 4624

Any one can explain how the inerface uses in java. give with example.

IBM,

1 2998

interface X{ void m1(); void m2(); } class Child2 extends Object implements X { public void m1(){ System.out.println("Child2 M1"); } public void m2(){ System.out.println("Child2 M2"); } } public class ParentChildInfterfaceDemo { public static void main(String[] args){ X x = new Child2(); X x1 = new Child2(); x.m1(); x.m2(); x.equals(x1); } } Will the above code work? If yes? Can you please explain why the code x.equals(x1) will work as the equals method is called on interface reference vaiable?

2 5866

how can you say that java is independ language

TCS, Wipro,

2 5860


Post New Core Java Questions

Un-Answered Questions { Core Java }

I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

1142


Why java is platform independent? Explain.

1057


In a container there are 5 components. I want to display the all the components names, how will you do that one?

1081


What is overriding in java?

1123


Explain about fail safe iterators in java?

1081


How much is a java license?

985


Define inheritance with reference to java.

1143


Can we have a method name same as class name in java?

1100


What is the difference between a constructor and a method?

1329


What is method overloading in JAVA? Why is it not present in C ?

1145


What is the tradeoff between using an unordered array versus an ordered array?

1291


How to instantiate static nested classes in java?

1134


Is null keyword in java?

1002


What is an example of declaration?

1078


What is bifunction in java?

1268