Java-Rules
Learn Java By Rules And From The Errors
Spring
Home
Java-8
Spring
Hibernate
keywords
servlet
jdbc
Web Services
Ajax
concepts
Friday, February 25, 2011
Aabstract_Public_Class
/*
RULE:-abstract may be have public access specifier
*/
abstract public class Aabstract_Public_Class
{
public void test()
{
System.out.println("allowed here combination of keywords");
}
}
Newer Post
Older Post
Home