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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Hotspot provide.

A

A just in time compiler to native code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Automatic type conversion (casting) will occur if

A

Two types are compatible

The destination type is larger than the source type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly