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
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
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Programmer Certification (OCPJP)
static final member
Maria Garcia
Ranch Hand
Posts: 86
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
An inner class can have a static final member.
A. True
B. False
SCJP 1.4
Sridhar Srikanthan
Ranch Hand
Posts: 366
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Maria,
I have written some code. See it and comment on it
public class Out { class In { static final int i = 5; //static int j = 6;//compiler error } }
Sri
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Interface Ques
system.out.println
Spot the difference
A member interface is implicitly static
Nested enum in enum.
More...