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
930
Javascript
930 followers
40 questions
281 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
Javascript
Object Oriented Programming
Weekly Code Battle
Daily Quiz
#LetsUpgrade
ARUMUGAM M
STUDENT AMBASSADOR
Asked a question 3 months ago
Which is the correct way of knowing Array Size in Java?
A) //int[] ary; ary.length
B) //int[] ary; ary->length()
C) //int[] ary; ary.length()
D) //int[] ary; ary->length
Ask a Question
Weekly Code Battle
Javascript
#LetsUpgrade
Daily Quiz
Shaikh Aman
Student
Asked a question 2 months ago
Which one of the following is the correct way for calling the JavaScript code?
Preprocessor
RMI
Function/Method
Preprocessor
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
Ask a Question
Java
Javascript
Object Oriented Programming
Daily Quiz
Weekly Code Battle
#LetsUpgrade
ARUMUGAM M
STUDENT AMBASSADOR
Asked a question 3 months ago
What will be the output of following program? public class temp { public
...
System.out.print(i); } }
(A) 12345678910
(B) ERROR
(C) 1 2 3 4 5 6 7 8 9 10
(D) NONE OF THE ABOVE
Subtopics
Angular
6
followers
2
posts
Node.js
1
follower