ترجع نسخة من الـ String الذي قام باستدعائها مقسمة على شكل مصفوفة نوعها String.
Anonymous Quiz
34%
charAt()
23%
split()
30%
substring
14%
replaceAll()
Java assigns a default value to a data member of a class if the data is not initialized.
Anonymous Quiz
64%
True
36%
False
You can access a class variable using a syntax like objectName.classVariable or ClassName.classVariable
Anonymous Quiz
66%
True
34%
False
A static method in a class can access the instance variables in the same class.
Anonymous Quiz
71%
True
29%
False
You cannot declare a local variable in a method that has same name as an instance variable in the class.
Anonymous Quiz
55%
True
45%
False
👍2
#calss
Which of the following is not OOPS concept in Java?
Which of the following is not OOPS concept in Java?
Anonymous Quiz
59%
Compilation
14%
Polymorphism
11%
Inheritance
16%
Encapsulation
#class
Which of the following is a type of polymorphism in Java?
Which of the following is a type of polymorphism in Java?
Anonymous Quiz
22%
Multilevel polymorphism
30%
Multiple polymorphism
18%
Execution time polymorphism
30%
Compile time polymorphism
#class
When does method overloading is determined?
When does method overloading is determined?
Anonymous Quiz
20%
At execution time
32%
At compile time
32%
At run time
17%
At coding time
