Redirecting to a Frame Set January 13, 1999 Question: How can you tell whether a Web page that a user loads is in a frame or not? If the page is not in a frame, I want to
Reference Assignment vs. Cloning January 13, 1999 In Java, the reference to an existing reference obtained by assignment is just a duplicate reference to the object (and not to a copy of the object). The reference that