Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud
this week in the
Cloud/Virtualization
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
Programmer Certification (OCPJP)
Illegal combination of modifiers
Muneeswaran Balasubramanian
Ranch Hand
Posts: 138
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Ranchers,
Here i share some of the illegal combination of modifiers.
For Class:
abstract+final abstract+static
For Methods:
abstract+strictfp abstract+final abstract+static
Please enrich the list by adding yours also.
Cheers Munees
My Blog
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Muneeswaran Balasubramanian wrote:
For Class:
abstract+static
abstract can be combined with static. think about nested classes!
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Abstract Class
abstract and strictfp
Nested Classes Test
will it possible to definefianl abstarct class and interfaces?
public modifier for inner class
More...