• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Modifier declaration

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I was wondering if there is any data online which outlines the various combinations we can use for instance variables, local variables and also methods. And also what modifiers we can use for nested classes or interfaces and what default modifiers they acquire.

Thx
Sharanya
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, that would be the Java Language Specification.

Class modifiers

Field modifiers

Method modifiers

Constructor modifiers

Member type declaration modifiers

Interface modifiers
[ August 09, 2004: Message edited by: Dan Chisholm ]
 
Sharanya Sharma
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dan,

Thanks.
I think this forum is really great helping people like me clear doubts and this also provides easy access to information.
I am taking my SCJP this week. I have studied K & B twice and have done completed ur mock tests. But I got around 80% in Marcus exams. I think it is because I have left out the awt concepts and comparitively my percentage dropped. But I am still working hard to excel.

Do u have any last minute tips.

Once again thanks for the support and keep up the good work.

-Sharanya
 
Sharanya Sharma
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dan,

Thanks.
I think this forum is really great helping people like me clear doubts and this also provides easy access to information.
I am taking my SCJP this week. I have studied K & B twice and have done completed ur mock tests. But I got around 80% in Marcus exams. I think it is because I have left out the awt concepts and comparitively my percentage dropped. But I am still working hard to excel.

Do u have any last minute tips.

Once again thanks for the support and keep up the good work.

-Sharanya
 
Dan Chisholm
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sharanya,

You mentioned AWT. Are you working on the 1.2 or the 1.4 version of the exam? If you are working on the 1.4 version, then you don't have to worry about AWT.

In addition to the 1.2 version of his mock exam, Marcus also has a 1.4 version.

If you scored 80% on Marcus Green's exam, then you should do well on the real exam.

Your score on the real exam is likely to be a lot higher than your score on my exams.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic