Fundamentals of Computing I Flashcards
1
Q
What are some Object-Oriented Concepts (all used in Java)
A
Classes, objects, encapsulation, inheritance, polymorphism, exception handling
2
Q
Who created Java
A
Sun Microsystems
3
Q
When was Java made
A
1995
4
Q
Who owns Java now
A
Oracle
5
Q
When was Java acquired
A
2010
6
Q
What compiler do we use
A
jGRASP
7
Q
How do comments begin
A
/**
8
Q
What can be used like a dictionary
A
JavaAPI
9
Q
How do comments end
A
*/