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




Knowledge Circle

State the type of loop in the given programming segment:
for(int i=10;i!=0;i-=2)
System.out.println(i);

1 week ago | [YT] | 8

Knowledge Circle

double d= 8.49; int x=(int)d;
double y=x;
System.out.println(x+y);

2 weeks ago | [YT] | 10

Knowledge Circle

In this process toxins get progressively concentrated in the tissues of organisms
at higher level in the food chain.

4 weeks ago | [YT] | 11

Knowledge Circle

Which of the following metals is a super conductor?

1 month ago | [YT] | 6

Knowledge Circle

double n= 9/2;
System.out.print(n);

1 month ago | [YT] | 7

Knowledge Circle

String x=”Computer Art”;
String y=”Artistic effects”;
System.out.print(x.substring(9) + y.substring(8));

1 month ago | [YT] | 10

Knowledge Circle

Which of the following is a vector quantity?

2 months ago | [YT] | 6

Knowledge Circle

The method that converts a String into integer

2 months ago | [YT] | 13

Knowledge Circle

What is the constructor's implicit return type?

2 months ago | [YT] | 9

Knowledge Circle

Which of the following String methods has integer argument?
(i) length (ii) substring (iii) index of (iv) charAt

3 months ago | [YT] | 12