0% found this document useful (0 votes)
20 views

Quiz About Java Class and Object II

Uploaded by

mostafa nasser
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Quiz About Java Class and Object II

Uploaded by

mostafa nasser
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

DSA

Data Science Sign In


Web Tech
Courses
Trending Now Data Structures Algorithms System Design Foundational Courses Data Science Practice Problem Python Machine Le

Java Class and Object Trending in News View More

105 Funny Things to Do to Make


Question 11 Someone Laugh
Best PS5 SSDs in 2024: Top Picks for
Expanding Your Storage
In Java, when we implement an interface method, it must be declared as:
Best Nintendo Switch Controllers in
2024
Private
#geekstreak2024 – 21 Days POTD
Protected Challenge Powered By Deutsche Bank
Full Stack Developer Roadmap [2024
Public Updated]

Friend

Discuss it

Question 11 ‒ Explanation
In Java, when we implement an interface method, it must be declared
as Public. For more information on Java interface Refer:Interfaces in Ja
va option (C) is correct.

Question 12

Predict the output of following Java program

Java

class Test {
int i;
}
class Main {
public static void main(String args[]) {
Test t = new Test();
System.out.println(t.i);
}
}

garbage value

compiler error

runtime error
Discuss it

Question 12 ‒ Explanation
In Java, fields of classes and objects that do not have an explicit initi
alizer and elements of arrays are automatically initialized with the de
fault value for their type (false for boolean, 0 for all numerical types,
null for all reference types). Local variables in Java must be definitely
assigned to before they are accessed, or it is a compile error.

1 2

You have completed 12/12 questions .


Your accuracy is 75%.

Last Updated : Mar 22, 2024

Take a part in the ongoing discussion View All Discussion

Company Languages DSA Data Web Python


About Us Python Data Science & Technologies Tutorial
Corporate & Legal Java Structures
Communications Address:- In Media
ML HTML Python
C++ Algorithms CSS Programming
A-143, 9th Floor, Sovereign Data Science
Corporate Tower, Sector- Contact Us PHP DSA for JavaScript Examples
With Python
136, Noida, Uttar Pradesh Advertise with GoLang Beginners TypeScript Python Projects
(201305) | Registered Data Science
us SQL Basic DSA ReactJS Python Tkinter
Address:- K 061, Tower K, For Beginner
GFG Corporate R Language Problems NextJS Web Scraping
Gulshan Vivante Apartment, Solution
Machine
Sector 137, Noida, Gautam Android DSA Bootstrap OpenCV Tutorial
Learning
Buddh Nagar, Uttar Pradesh, Placement Tutorial Roadmap Web Design Python Interview
ML Maths
201305 Training Tutorials Top 100 Question
Data
Program Archive DSA Django
Visualisation
GeeksforGeeks Interview
Pandas
Community Problems
NumPy
DSA
NLP
Roadmap
Deep Learning
by
Sandeep
Jain
All Cheat
Sheets

Computer DevOps System Inteview School GeeksforGeeks


Science Git Design Preparation Subjects Videos
Operating Linux High Level Competitive Mathematics DSA
Systems AWS Design Programming Physics Python
Computer Docker Low Level Top DS or Algo Chemistry Java
Network Kubernetes Design for CP Biology C++
Database Azure UML Company-Wise Social Science Web Development
Management GCP Diagrams Recruitment English Data Science
System DevOps Interview Process Grammar CS Subjects
Software Roadmap Guide Company-Wise Commerce
Engineering Design Preparation World GK
Digital Logic Patterns Aptitude
Design OOAD Preparation
Engineering System Puzzles
Maths Design
Software Bootcamp
Development Interview
Software Questions
Testing

@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved

You might also like