Search:

Type: Posts; User: Loh Jane

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    833

    Re: School work Question 1

    The answer should be true. Please refer to the following example.

    public class Example
    {
    String id;

    public Example(String i)
    {
    this.id = i;
    }
  2. Replies
    3
    Views
    833

    School work Question 1

    Hi Java Professionals,
    I need to do the following question and I don't know how to do, please teach me, thanks a lot in advance.

    A constructor can invoke the constructor of the the direct...
Results 1 to 2 of 2