Posts

Showing posts with the label MCQ

IMP 15 SQL (Structured Query Language) Interview Questions | Part-II | By SocialTechHelpLine

Hello Dear Friends, I hope you are doing Good.!! In this tutorial we are going to see a very interesting topic and this is part 2 of  IMP 15 #SQL (Structured Query Language) DB #Interview #Questions . So have created a video on our YouTube channel for the better understanding . Video Link Please visit on our different platforms:  ðŸ‘‡ Blog Site          :  https://socialtechhelpline.blogspot.com Facebook Channel   :  https://fb.me/socialtechhelpline Instagram Channel  :   https://www.instagram.com/jobsmails18 LinkedIn            :  https://www.linkedin.com/in/social-tech-helpline-3275561a8

IMP 15 SQL (Structured Query Language) DB Interview Questions | Part-I | By SocialTechHelpLine

Hello Dear Friends, I hope you are doing Good.!! In this tutorial we are going to see a very interesting topic and this is  IMP 15 #SQL (Structured Query Language) DB #Interview #Questions . So have created a video on our YouTube channel for the better understanding . Video Link Please visit on our different platforms:  ðŸ‘‡ Blog Site          :  https://socialtechhelpline.blogspot.com Facebook Channel   :  https://fb.me/socialtechhelpline Instagram Channel  :   https://www.instagram.com/jobsmails18 LinkedIn            :  https://www.linkedin.com/in/social-tech-helpline-3275561a8

MCQ questions for graphics class method in Java

Introduction of Graphics class in Java : The Graphics class is in java is the abstract base class for all graphics contexts. A Graphics object encapsulates state information needed for the basic rendering operations that Java supports. A Graphics class is allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.  MCQ questions for graphics class method in Java : 1. The Graphics class is the_____for all graphics contexts.      a) Main class      b) Abstract super class       c) Super class      d) Object class Answer : b) Abstract super class  2. The Graphics class is resides in_____      a) java.util      b) java.lang      c) java.applet      d) java.awt Answer: d) java.awt  3. Syntax to create new Graphics object is c...