📚 Practice Mode
Java Fundamentals: Types, Control Flow, and Classes
Learn at your own pace with hints and detailed explanations
1 / 10
Multiple Choice
HashMap is thread-safe whereas Hashtable is not10, Which of the following assignment statements is invalid?
- double D = 45456.444;
- long L = 45784;
- int I = L;
- int J = (int) D;