Skip to main content
🏅 Weekly Code Battle
👨🎓 Career Accelerator Programs
📜 Community Guidelines
💼 Job Alerts
🏅 Weekly Code Battle
👨🎓 Career Accelerator Programs
📜 Community Guidelines
💼 Job Alerts
Home
No results found...
Login
Sign Up
All Topics
Follow
Object Oriented Programming
0 followers
1 question
27 posts
TEST Topic
Sign Up Now
Login Now
Recent Activity
Recent Post
Recent Activity
All Types
All Types
📝
Posts
🤔
Questions
💬
Discussions
📖
Articles
Posts RSS Feed
Questions RSS Feed
Answers RSS Feed
Discussions RSS Feed
Articles RSS Feed
Ask a Question
Java
for loop
Daily Quiz
Object Oriented Programming
Weekly Code Battle
ARUMUGAM M
STUDENT AMBASSADOR
Asked a question 3 months ago
What is the output of the below Java program with FOR loop? for(int j=0; j<5;j++;) System.out.print(j + ",");
A) 0,1,2,3,4
B) None
C) 1,2,3,4
D) Compiler error
Answer
Java
for loop
Daily Quiz
Object Oriented Programming
Weekly Code Battle
What is the output of the below Java program with FOR loop? for(int j=0; j<5;j++;) System.out.print(j + ",");
gokul
Student
Answered 4 hours ago
Voted for
A) 0,1,2,3,4
a option
Ask a Question
Java
Javascript
Object Oriented Programming
Weekly Code Battle
Daily Quiz
#LetsUpgrade
ARUMUGAM M
STUDENT AMBASSADOR
Asked a question 3 months ago
What is the output of the below Java code snippet with arrays? static int[] nums; public static void main(String args[]) { System.out.println(nums.length); }
A) Compiler error
B) 0
C) Runtime Exception - Null Pointer Exception
D) Null
Post
Data Science
Machine Learning
Python
Java
Jobs
Web Development
Object Oriented Programming
Daily Quiz
C++
Nisha
Yadav
Posted 9 days ago
I want improve my knowledge