IdiotsDiary

IdiotsDiary It is a platform of learning. We have something for everyone. You can learn from anything to everything here. Keep supporting!! Like and share!!

Important concept of   and   in  .Read   and follow in medium for articles on javascript.
12/02/2022

Important concept of and in .
Read and follow in medium for articles on javascript.

Collections of Data

         Learn amazing tips to perform Math operation quickly in JS
10/02/2022



Learn amazing tips to perform Math operation quickly in JS

Easily play with numbers in JS

         Do you day to day task quickly with some useful built-in methods in JS.
09/02/2022


Do you day to day task quickly with some useful built-in methods in JS.

Quickly perform you day to day jobs

Avoid most of your mistakes while you code with  Small but must read article in
07/02/2022

Avoid most of your mistakes while you code with
Small but must read article in

Everything about Boolean values in JS

Started a new series for JSFollow
07/02/2022

Started a new series for JS

Follow

JS Building Blocks | Primitive Data Types

What is the output of this question?class Test2 { public    static void main(String[] args)     {         int arr[][] = ...
04/07/2020

What is the output of this question?

class Test2 {
public

static void main(String[] args)

{

int arr[][] = { { 11, 22 }, { 33, 44, 55 } };

for (int i = 0; i < 2; i++) {

for (int j = 0; j < arr.length; j++)

System.out.print(arr[i][j] + " ");

System.out.println();

}

}
}

Option
A) 11 22
33 44 55
😎 11 22
33 44
C) Error
D) Exception



For more questions and tutorials please visit:-

Learn java, c programming, html-5 and programming languages with example and exercise questions and practice sets that helps to achieve your goals.

Question 1. What is the output of this questionclass Test1 { public    static void main(String[] args)     {         int...
04/07/2020

Question 1. What is the output of this question

class Test1 {
public

static void main(String[] args)

{

int arr[] = { 11, 22, 33 };

System.out.print(arr[-2]);

}
}
Option
A) 11 33
😎 Error
C) exception
D) 11 -33



For more questions and tutorials please visit at:-

Learn java, c programming, html-5 and programming languages with example and exercise questions and practice sets that helps to achieve your goals.

03/07/2020

What does the expression float a = 35 / 0 return?

A) 0
😎 Not a Number
C) Infinity
D) java.lang.ArithmeticException: / by zero



For more questions and tutorials please visit:- www.idiotsdiary.com

03/07/2020

var a = 5;
var b = "5";

alert(a === b);

What output will be prompt in the Popup?

For more questions and tutorials please visit:- www.idiotsdiary.com

03/07/2020

What will be the output of the following code?

public class Test
{
int num = 10;
public void test(int num) { this.num = num * 5; }
public void print() { System.out.println(num); }

public static void main(String[] args)
{
Test obj = new Test();
obj.test(50);
obj.print();
}
}

A) 10
😎 50
C) 250
D) 2500

Address

64/347 Heera Path, Mansarovar
Jaipur
302020

Alerts

Be the first to know and let us send you an email when IdiotsDiary posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The School

Send a message to IdiotsDiary:

Shortcuts

Share

Category