a.
b.
Explain the role of 'new' keyword with an example.
What does a class encapsulate?
String ar[ ]={"Artificial Intelligence", "IOT", "Machine Learning", "Big Data");
C.
1
VIBG
GROUP OF S
Give the output of the following
i. System.out.println(ar[3
ii. System.out.println(ar.length);
Note
reaches
Answers
Answered by
0
Answer:
Bro
The new keyword is used for creating a object and for example write the syntax for object
For b part
1) machine learning
2) 4
Explanation:
Similar questions