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
View 10 replies
double d= 8.49; int x=(int)d;double y=x;System.out.println(x+y);
2 weeks ago | [YT] | 10
View 9 replies
In this process toxins get progressively concentrated in the tissues of organisms at higher level in the food chain.
4 weeks ago | [YT] | 11
View 1 reply
Which of the following metals is a super conductor?
1 month ago | [YT] | 6
double n= 9/2;System.out.print(n);
1 month ago | [YT] | 7
View 17 replies
String x=”Computer Art”; String y=”Artistic effects”;System.out.print(x.substring(9) + y.substring(8));
1 month ago | [YT] | 10
View 6 replies
Which of the following is a vector quantity?
2 months ago | [YT] | 6
The method that converts a String into integer
2 months ago | [YT] | 13
View 2 replies
What is the constructor's implicit return type?
2 months ago | [YT] | 9
Which of the following String methods has integer argument?(i) length (ii) substring (iii) index of (iv) charAt
3 months ago | [YT] | 12
Load more
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
View 10 replies
Knowledge Circle
double d= 8.49; int x=(int)d;
double y=x;
System.out.println(x+y);
2 weeks ago | [YT] | 10
View 9 replies
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
View 1 reply
Knowledge Circle
Which of the following metals is a super conductor?
1 month ago | [YT] | 6
View 1 reply
Knowledge Circle
double n= 9/2;
System.out.print(n);
1 month ago | [YT] | 7
View 17 replies
Knowledge Circle
String x=”Computer Art”;
String y=”Artistic effects”;
System.out.print(x.substring(9) + y.substring(8));
1 month ago | [YT] | 10
View 6 replies
Knowledge Circle
Which of the following is a vector quantity?
2 months ago | [YT] | 6
View 1 reply
Knowledge Circle
The method that converts a String into integer
2 months ago | [YT] | 13
View 2 replies
Knowledge Circle
What is the constructor's implicit return type?
2 months ago | [YT] | 9
View 6 replies
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
View 1 reply
Load more