Search:

Type: Posts; User: raghz

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,083

    Re: Does java extend 2 classes at one time

    So if i understand correctly if you extend any class, the parent class will be extending java.lang.object class.

    So by default java always extends one class at least every time. Thanks for the...
  2. Replies
    3
    Views
    1,083

    Does java extend 2 classes at one time

    1) when you create a class and compile it and open and see the class using javap command .. that class file contains that it extends java.lang.object and a default constructor is created...
Results 1 to 2 of 2