Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: bluej some questions about a simple car details class

    The doc for all the java SE classes:
    Java Platform SE 6
    Find the class in the lower left, click it and the doc will show in the main frame.
  2. Re: bluej some questions about a simple car details class

    You can validate the data when it is received in the constructor and throw an exception if the data is invalid. Many java classes do that. See the Integer class for an example.
    You would need to...
Results 1 to 2 of 2