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 is the difference between superclass and subclass?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

when System.out.println("") is executed what happens in the back ground?

2 Answers  


What are three types of loops in java?

0 Answers  


How do I enable java in safari?

0 Answers  


Can we create constructor in abstract class ?

0 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


List out five keywords related to exception handling ?

0 Answers  


What is java abstraction with example?

0 Answers  


To obtain design information about an object, which class in used?

1 Answers  


What is the arguement of main method?

1 Answers  


Which sorting algorithm is best in java?

0 Answers  


Explain the difference between abstract classes and interfaces in java?

0 Answers  


What are command line arguments?

5 Answers  


Categories