Java/ J2EE, Oracle Adf Blog
Thursday, 12 February 2015
static Binding
class
Dog{
private
void
eat(){System.out.println(
"dog is eating..."
);}
public
static
void
main(String args[]){
Dog d1=
new
Dog();
d1.eat();
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment