Search:

Type: Posts; User: diav

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,578

    Re: Constructors and Inheritance in Java

    Hi Junky,

    I didn't realize that the compiler can insert super() implicitly.

    Many thanks for your clarification and quick reply!
  2. Replies
    3
    Views
    1,578

    Constructors and Inheritance in Java

    Hi there,

    I'm going over access modifiers in Java from this website and noticed that the following output is displayed if you run the snippet of code.

    Cookie Class

    import javax.swing.*;
    ...
Results 1 to 2 of 2