Which of the following is not a Java features?

Java Fundamentals_Array

Quiz
•
Professional Development
•
Professional Development
•
Hard
kowshika arumugham
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dynamic
Architecture Neutral
Object-oriented
Use of pointers
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the extension of java code files?
.class
.txt
.java
.js
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the Output
10
Compilation Error
Run time Error
11
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid declaration of an object of class Box?
Box obj = new Box;
Box obj = new Box();
obj = new Box();
new Box obj
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the type of variable ‘b’ and ‘d’ in the following Java snippet?
int a[], b;
int []c, d;
Both are int
Both are array
'b' is int and 'd' is array
'b' is array and 'd' is int
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is an incorrect array declaration?
int arr[] = new int[5];
int [] arr = new int[5];
int arr[] = int [5] new;
int[] arr={1,2,3,4,5};
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you determine the number of elements in an array?
int buses[] = new int[5];
buses.length
buses.length()
buses.size
buses.size()
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
CPR_Quiz_Arrays and strings

Quiz
•
Professional Development
25 questions
core java 2

Quiz
•
Professional Development
18 questions
Тесть по PHP #1

Quiz
•
Professional Development
15 questions
Basic JavaScript

Quiz
•
Professional Development
20 questions
Basics of Python Programming Unit-1

Quiz
•
University - Professi...
15 questions
Circular Linked List

Quiz
•
Professional Development
20 questions
flutter oop quiz

Quiz
•
Professional Development
15 questions
Q1 Introduction to Python

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade