Search:

Type: Posts; User: Chroot

Search: Search took 0.09 seconds.

  1. View Post

    I think the clone() function may be of some use here.

    If a variable points to an object and you do something to the variable, does it affect the object?



    model2 = model;


    Is there such a...
  2. Replies
    3
    Views
    1,897

    Re: The requested resource is not available.

    I'm curious what steps brought on this error. Has the code/program ever worked? Is there a new network problem (a resource that the jsp or servlet tried to interact with)? Has some file (resource)...
  3. Polymorphism and encapsulation questions (teaching myself OOP through reading about Java)

    1. In Java, can you use polymorphism without the keyword extends?

    2. In Java, is an encapsulated entity necessarily an object?

    3. In Java can you use polymorphism with functions that require...
Results 1 to 3 of 3