Articles by Team EasyExamNotes

Generic Subprograms

GENERIC SUBPROGRAMS A generic subprograms is a subprogram which have parametric polymorphism. A generic subprogram can accept different types of values of same single memory … Read more

PPL: Java Threads

JAVA THREADS   Viva Voce on Java Threads Q1. What is the thread? A thread is a lightweight sub process. Q2. What is multithreading? Multithreading … Read more

PPL: Loops

LOOPS MCQs on Loops Q1. Depending on the place of control statement in loop, it can be classified as what? (A)Entry-controlled   (B)Exit-controlled   (C)Both (A) and (B) … Read more