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
What is the output of the following code?
class Demo
{
public static void main(String[] args)
{
float x=1.5f;
x +=x;
x*=x;
System.out.println(x);
System.out.println(x*x);
}
}
13 hours ago | [YT] | 0
View 0 replies
Software Technology Empire
What is output of the following code
class Demo
{
public static void main(String[] args)
{
System.out.print("3"+"4"+"5");
}
}
14 hours ago | [YT] | 0
View 0 replies
Software Technology Empire
What is output of the following java code
class Demo
{
public static void main(String[] args)
{
int num=50;
System.out.println(num++);
}
}
1 day ago | [YT] | 0
View 0 replies
Software Technology Empire
What is output for the following java code
class Trial
{
public static void main(String[] args)
{
int i=0;
for(;i<5;i++)
{
System.out.println(i);
}
}
}
2 days ago | [YT] | 3
View 0 replies
Software Technology Empire
For and While loops checks the conditions before they enter in the loop body.
3 days ago | [YT] | 1
View 0 replies
Software Technology Empire
Every Java program must have class.
4 days ago | [YT] | 4
View 0 replies
Software Technology Empire
Which of the following is correct variable name in Java programming Language
6 days ago | [YT] | 0
View 0 replies
Software Technology Empire
Full form of GATE is _-_________
1 week ago | [YT] | 1
View 0 replies
Software Technology Empire
An IP address is divided into how many parts?
1 week ago | [YT] | 1
View 0 replies
Software Technology Empire
Which of the following IP addresses is a private IP address?
1 week ago | [YT] | 0
View 0 replies
Load more