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


In Java, what are this() and super(), and where are you required to use them?

Answers were Sorted based on User's Feedback



In Java, what are this() and super(), and where are you required to use them?..

Answer / nashiinformaticssolutions

Super() and this() are special keywords in Java that are used to invoke the constructor. This() and super() must appear as the block's initial line.

Is This Answer Correct ?    0 Yes 0 No

In Java, what are this() and super(), and where are you required to use them?..

Answer / glibwaresoftsolutions

Super() and this() are special keywords in Java that are used to invoke the constructor. This() and super() must appear as the block's initial line.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Define linked list and its features with signature?

0 Answers  


Can a main method be overloaded?

0 Answers  


What methods are called, When we navigate from one applet to another applet?

1 Answers  


Explain the differences between abstraction and encapsulation?

0 Answers  


What is string value?

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,


Program to find greatest prime number in n numbers?

3 Answers   Huawei,


Give me example of derived data types.

0 Answers   Amdocs,


How do you remove duplicates from an array in java?

0 Answers  


What is the difference between preemptive scheduling and time slicing?

0 Answers  


What is an array in java?

0 Answers  


how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?

1 Answers   Satyam,


Categories