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_Static
/*
RULE:we can not use abstract-class as static keywords commibinations
*/
abstract static class Aabstract_Static_Class
{
public void test()
{
System.out println("modifier not allowed here");
}
}
Newer Post
Older Post
Home