You can access a class variable using a syntax like objectName.classVariable or ClassName.classVariable
Anonymous Quiz
68%
True
32%
False
👎2
You cannot declare a local variable in a method that has same name as an instance variable in the class.
Anonymous Quiz
57%
True
43%
False
❤🔥1
👎2👍1
جافا Java via @like
إستيراد_المشاريع_الجاهزه_وحفظ_المشاريع_نتبينز.pdf
اللي يسأل عن الطريقة اللي نحفظ فيها مشاريع الجافا من النتبينز او فتح مشروع جاهز
#calss
Which of the following is not OOPS concept in Java?
Which of the following is not OOPS concept in Java?
Anonymous Quiz
61%
Compilation
16%
Polymorphism
8%
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
29%
Multilevel polymorphism
42%
Multiple polymorphism
15%
Execution time polymorphism
14%
Compile time polymorphism
👍1
#class
When does method overloading is determined?
When does method overloading is determined?
Anonymous Quiz
22%
At execution time
25%
At compile time
32%
At run time
21%
At coding time
A _____ is a named memory location that you can use to store a value. It can only hold one value at a time, but the values it holds can change
#java_1
#java_1
Anonymous Quiz
72%
Variable
28%
Data type
❤2