Language Flashcards
(4 cards)
1
Q
JDK 8 represents a significant upgrade to the Java language because
A
because of a far reaching new language feature: the lambda expression
2
Q
What does Hotspot provide.
A
A just in time compiler to native code
3
Q
What is the key reason why C++ could not be used as a cross platform tool
A
Support for pointers - allows code to address any aspect of memory which could mean outside of the JVM
4
Q
Automatic type conversion (casting) will occur if
A
Two types are compatible
The destination type is larger than the source type