Java/ J2EE, Oracle Adf Blog
Thursday, 12 February 2015
Default Construtor
public class Emplooyee {
public Emplooyee() {
System.out.println("hi");
}
public static void main(String[] args) {
Emplooyee e= new Emplooyee();
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment