• 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

Which Classes and Interfaces to study?

 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On many of the mock tests I have seen questions about details of a Class such as "what is the return type of method a of Class A?"
or "What method of Class A does this?". These are hard for me as I normally just look up stuff like that.
There are hundreds and hundreds of core Classes as you know. I would like a list of Classes and Interfaces that will most likely have this type of question about them.
I'll start the list.
String
Integer
Math
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Continued ...
java.util.EventObject getSource()
java.awt.AWTEvent getID()
Runnable's run()
EventListeners' methods
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic