aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Input/Output in Java
  • Java does not support ____________.
Multiple choice

Java does not support ____________.

  1. arrays

  2. multithreading

  3. pointers

  4. constructors

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Java does not support pointers due to security reasons.

Keep practicing — related questions

  • Java does not supports multithreaded programming?
  • Which of the following features present in C/C++ is not supported by Java?
  • Which of the following is not a feature of JAVA?
  • String constructor cannot be passed
  • Static analysis cannot find _____
  • Class C { public static void main(String[] args) { int[]a1[]=new int[3][3]; //3 int a2[4]={3,4,5,6}; //4 in...
  • Given: 11. public static void main(String[] args) { 12. Object obj =new int[] { 1,2,3 }; 13. int[] someArra...
  • Class C { public static void main(String[] args) { int[]a1[]=new int[3][3]; //3 int a2[4]={3,4,5,6}; //4 in...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Java Core Classes and Threads (1473 questions)

More quizzes with this question

  • Input/Output in Java
  • Java String and IO
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy