general knowledge Online Quiz - 4044

general knowledge Online Quiz - 4044

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

IN WHICH MOVIE HE PLAYED THE CHARACTER OF "BABU LOHAAR"

  1. NAZAR KE SAMNE
  2. HERA-PHERI
  3. JAANWAR
  4. DEWAANE HUE PAGAL
Question 2 Multiple Choice (Multiple Answers)

IN WHICH MOVIE HE PLAYED DA DOUBLE ROLE

  1. AFLATOON
  2. SABSE BADA KHILADI
  3. KHILADI 420
  4. KHILAYION KA KHILADI
Question 3 Multiple Choice (Single Answer)

IN WHICH MOVIE AKSHAY'S NAME WAS AKSHAY

  1. INTERNATIONAL KHILADI
  2. KHILAYION KA KHILADYI
  3. TASVEER 8 X 10
  4. BHOOL BHULAIYA
Question 4 Multiple Choice (Single Answer)

ZODIAC SIGN OF AKSHAY

  1. LEO
  2. VIRGO
  3. SCORPIO
  4. ARIES
Question 5 True/False

AKSHAY'S NICKNAME IS AKKU

  1. True
  2. False
Question 6 Multiple Choice (Multiple Answers)

WITH WHOM AKSHAY HAD DONE THE RAP SONGS TILL NOW

  1. SNOOP DOG
  2. AKON
  3. BOHEMIA
  4. JAZZY B
Question 7 Multiple Choice (Multiple Answers)

IN WHICH MOVIE AMITABH PLAYED AKSHAY'S FATHER

  1. WAQT
  2. FAMILY
  3. RISHTAA - THE BOND OF LOVE
  4. ANKHEEN
Question 8 Multiple Choice (Single Answer)

What is the result of compiling this source file? public class Book { private int pageNumber; private class BookReader { public int getPage() { return pageNumber; } } }

  1. The code compiles successfully and one bytecode file is generated: Book.class.
  2. The code compiles successfully and two bytecode files are generated: Book.class and BookReader.class.
  3. The code compiles successfully and two bytecode files are generated: Book.class and Book$BookReader.class.
  4. A compiler error occurs on line 4.
Question 9 Multiple Choice (Single Answer)

What is the result of the following code? byte x = 23, y = 4; int z = 23 % 4; System.out.println(z);

  1. 3
  2. 4
  3. 4.75
  4. Compiler error declaration not allowed
Question 10 Multiple Choice (Single Answer)

"power to you"....

  1. Airtel
  2. Vodafone
  3. Bsnl
  4. Mtnl
Question 11 Multiple Choice (Single Answer)

public class Beverage { private void drink() { System.out.print("Beverage"); } public static void main(String [] args) { Beverage b = new Coffee(); b.drink(); } } class Coffee extends Beverage { public void drink() { System.out.println("Coffee"); } }

  1. Beverage
  2. Coffee
  3. Compiler error on line 2
  4. Compiler error on line 13
  5. Compiler error on line 15
Question 12 Multiple Choice (Single Answer)

"Youngistaan ka WOW"

  1. Coca COla
  2. Pepsi
  3. Thumps up
  4. Fanta
Question 13 Multiple Choice (Single Answer)

What state can a NEW thread transition into?

  1. WAITING
  2. RUNNABLE
  3. TERMINATED
  4. BLOCKED
Question 14 Multiple Choice (Single Answer)

"Apna luck pehan kar chalo"

  1. Amul Macho
  2. Rupa Frontline
  3. Lux Cozi
  4. Jockey
Question 15 Multiple Choice (Single Answer)

public class Worker extends Thread { public void run() { System.out.print("N"); } public static void main(String [] args) { Thread worker = new Worker(); worker.run(); System.out.print("O"); } }

  1. The output is always NO.
  2. The output is always ON.
  3. The output varies and is either NO or ON.
  4. The code does not compile.
Question 16 Multiple Choice (Single Answer)

"Is se sasta aur Achcha nahee milenga"

  1. Regent Station
  2. Mobile Store
  3. Big Bazaar
  4. Subhiksha
Question 17 Multiple Choice (Single Answer)

"Everyone's Invited"

  1. Samsung
  2. videocon
  3. L.G
  4. Sony
Question 18 Multiple Choice (Single Answer)

"Stronger...Taller...Sharper"

  1. Bournvita
  2. Boost
  3. Horlicks
  4. Complan
Question 19 Multiple Choice (Multiple Answers)

Who are the Brand Ambassadors of Airtel ?

  1. John Abraham
  2. Saif Ali Khan
  3. Salman Khan
  4. Kareena Kapoor