Software Technology Empire

Hello Friends,
Welcome to my educational channel. My name is Deepali Diwase – Shinde. I am passionate about teaching and sharing my knowledge.
“Knowledge without action is meaningless”.
I have created this channel to provide quality and interactive educational videos to students who want to learn and grow.
Here students will be able to learn computer science subjects’ step by step.
Contents of the channels are Computer programming languages, Installation guide for different software, Technology.
I hope my contents will help you.
To get new videos subscribe to channel and stay with us.
More videos are on the way.

Thank you.
You can connect to me:
 Facebook : facebook.com/softwareTechnologyofficial



Software Technology Empire

Which of the following function is used to check if there is another line of input using Scanner?

4 hours ago | [YT] | 4

Software Technology Empire

What is output of following C program?
#include <stdio.h>
void demo() {
int a = printf("Welcome");
printf(" %d", a);
}
int main() {
demo();
return 0;
}

13 hours ago | [YT] | 3

Software Technology Empire

Which of the following exception is thrown if the input does not match the expected type when using Scanner?

1 day ago | [YT] | 6

Software Technology Empire

Which of the following method would you use to read an integer from the input using Scanner?

2 days ago | [YT] | 7

Software Technology Empire

Which method is used to create a Scanner object for reading from the console?

3 days ago | [YT] | 8

Software Technology Empire

Which of the following is the purpose of the Scanner class in Java?

4 days ago | [YT] | 6

Software Technology Empire

What does the method add() do in the context of GregorianCalendar?

5 days ago | [YT] | 7

Software Technology Empire

_____________ is used to store data in the computer

5 days ago | [YT] | 7

Software Technology Empire

Which field is NOT part of the GregorianCalendar class?

6 days ago | [YT] | 6

Software Technology Empire

Which of the following line of code is correct in java?

1 week ago | [YT] | 7