Its the best locale to reinforce the knowledge.👨‍🏫




Knowledge Circle

Which of the following Java statement assigns 250 to last element of a 4×4 array?

5 days ago | [YT] | 8

Knowledge Circle

Which of the following is true about constructor?

1 week ago | [YT] | 6

Knowledge Circle

System.out.print(20 + 50 + "70"); will print:

2 weeks ago | [YT] | 8

Knowledge Circle

Setting a loop condition that never becomes false and leads to an infinite loop is considered as ________ error.

2 weeks ago | [YT] | 11

Knowledge Circle

Predict the output -
int a='7'; char b='x';
System.out.println(a+' '+b);

3 weeks ago | [YT] | 13

Knowledge Circle

Name the type of loop -
for(i=1;i<10;i++);

4 weeks ago | [YT] | 14

Knowledge Circle

Assertion(A): ASCII supports 128 characters
Reason(R): ASCII is a 7-bit character encoding scheme

4 weeks ago | [YT] | 14

Knowledge Circle

Which of the following works as unary as well as binary operator?

1 month ago | [YT] | 9

Knowledge Circle

What is the term for the a condition that occurs during program execution that disrupts the normal flow of instructions?

1 month ago | [YT] | 13