aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Member class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Member class" Watch "Member class" New topic
Author

Member class

Felipe Machado
Greenhorn

Joined: Mar 03, 2003
Posts: 5
How can I declare a member of an enclosing class ??

Tks, Felipe
Leandro Oliveira
Ranch Hand

Joined: Nov 07, 2002
Posts: 298
public class Enclosing{
public class MemberOfEnclosing{
}
}
Felipe Machado
Greenhorn

Joined: Mar 03, 2003
Posts: 5
Tks a lot!!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Member class
 
Similar Threads
Access Modifier
Stack overflow error !
Traps to be aware of in any SCJP test !!!!! :)
java unable to recognize class where my IDE does
Private instance variables accessed within the class