Java-Rules
Learn Java By Rules And From The Errors
Spring
Home
Java-8
Spring
Hibernate
keywords
servlet
jdbc
Web Services
Ajax
concepts
Monday, January 23, 2012
public class
/*
RULE: if we declared a class as public, we can access that class from any where
*/
public class Public_Class
{
}
Newer Post
Older Post
Home