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


What are the latest versions in JAVA related areas?

Answers were Sorted based on User's Feedback



What are the latest versions in JAVA related areas?..

Answer / guest

jdk1.6 update 10

Is This Answer Correct ?    12 Yes 0 No

What are the latest versions in JAVA related areas?..

Answer / neha ankam

passing string as an argument to switch statement in jdk7

Is This Answer Correct ?    0 Yes 0 No

What are the latest versions in JAVA related areas?..

Answer / ravikiran(aptech mumbai)

6.0

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

Are arrays primitive data types?

0 Answers  


What language is pass by reference?

0 Answers  


Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify

3 Answers   Ericsson,


Is list thread safe in java?

0 Answers  


What is the collection interface?

0 Answers  


What is the size of string?

0 Answers  


Difference between Web-based applications,Client- Server applications and Distributed applications?

3 Answers   Infosys,


When is the finally clause of a try-catch-finally statement executed?

0 Answers  


What are the four integer types supported by java?

0 Answers  


If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?

5 Answers  


What is an iterator java?

0 Answers  


What are constants?

0 Answers  


Categories