Studytonight
729 subscribers
96 photos
1 video
1 file
203 links
Best place to learn and Practise Coding. All for Free. https://www.studytonight.com/

Get the latest updates on:
✔️Latest Tutorials
✔️Trending Topics
✔️Courses
✔️And more!!
Download Telegram
Java Quiz For the Day

What should replace XXXX ?

class MyException extends Exception
{
public void method() throws XXXX
{
throw new MyException();
}
}

A. Error
B. MyException
C. RuntimeException
D. throws clause isn't required

Find Answer to the quiz from here
https://www.studytonight.com/java/tests/6
TOP 3 BEST UI UX DESIGN TOOLS
Subscribe to our Study Tonight Youtube Channel for such videos and tutorials !!

https://www.youtube.com/watch?v=ZrOPFt-Thqs
Quiz for the day !!
What will happen when you attempt to compile and run the following code?

int Output = 10;
boolean b1 = false;
if((b1 == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A. Compilation error, attempting to perform binary comparison on logical data type.
B. Compilation and output of "We are equal 10".
C. Compilation and output of "Not equal! 20".
D. Compilation and output of "Not equal! 10".

Find answer from here !!
https://www.studytonight.com/java/tests/11
Best Cloud Hosting
Subscribe to our Study Tonight Youtube Channel for such videos and tutorials !!

https://www.youtube.com/watch?v=uTTN32ABo4Y
Are you looking for Internship ?
public poll

Yes – 19
👍👍👍👍👍👍👍 95%
kishan, SN, Manish, @arya_32, bharat, aman, @SPokharkar, @arpita1311, @XAmulOp, Ajay, Varun, Bharat, Raghav, @gargg_05, @Gajus521996, Dhanu, @Demaxl, Ayush, Akashay

No – 1
▫️ 5%
@Annukalp

👥 20 people voted so far.
Studytonight pinned «Hello Everyone, those who are looking for Internship Programs kindly join this channel for more details !! https://t.me/joinchat/m4smiyTewx9iN2Vl»
Quiz for the day !!
Choose the correct statement for the following program:

main()
{
int x = 2, y = 5;
if(x < y)
{
return(x = x+y);
}
else
{
printf("z1");
}
printf("z2");
}

A. the output is z2
B. the output is z1z
C. this will result in compilation error
D. none of the above

Find answer from here !!
https://www.studytonight.com/c/tests/13
Internships Announcement !!

Hello People, those who are looking for Internships, Kindly send your resume on this Email
aashay.kumar@studytonight.com
Top 3 Web Stack Tech For Full Stack Web Development
Subscribe to our Study Tonight Youtube Channel for such videos and tutorials !!

https://www.youtube.com/watch?v=lrsxL-2siSg
Quiz for the day !!
Topic : Data Structure and Algorithms
What is the space complexity of the below pseudo code?

F(Arr[], 1, n)
{
int I;
Create B[n];
For(i=1 to n)
B[i] = Arr[i];
}

A. O(n)
B. O(n2)
C. O(log n)
D. O(1)

Find answer from here !!
https://www.studytonight.com/data-structures/tests/9

Learn more about Space Complexity from here
https://www.studytonight.com/data-structures/space-complexity-of-algorithms
Internships Announcement !!

Hello People, those who are looking for Internships, Kindly send your resume on this Email
aashay.kumar@studytonight.com
Top 3 Ways to Create React Web App
Subscribe to our Study Tonight Youtube Channel for such videos and tutorials !!

https://www.youtube.com/watch?v=T0AY5W6PeLM