general knowledge Online Quiz - 4044
general knowledge Online Quiz - 4044
Questions
IN WHICH MOVIE HE PLAYED THE CHARACTER OF "BABU LOHAAR"
- NAZAR KE SAMNE
- HERA-PHERI
- JAANWAR
- DEWAANE HUE PAGAL
IN WHICH MOVIE HE PLAYED DA DOUBLE ROLE
- AFLATOON
- SABSE BADA KHILADI
- KHILADI 420
- KHILAYION KA KHILADI
IN WHICH MOVIE AKSHAY'S NAME WAS AKSHAY
- INTERNATIONAL KHILADI
- KHILAYION KA KHILADYI
- TASVEER 8 X 10
- BHOOL BHULAIYA
ZODIAC SIGN OF AKSHAY
- LEO
- VIRGO
- SCORPIO
- ARIES
AKSHAY'S NICKNAME IS AKKU
- True
- False
WITH WHOM AKSHAY HAD DONE THE RAP SONGS TILL NOW
- SNOOP DOG
- AKON
- BOHEMIA
- JAZZY B
IN WHICH MOVIE AMITABH PLAYED AKSHAY'S FATHER
- WAQT
- FAMILY
- RISHTAA - THE BOND OF LOVE
- ANKHEEN
What is the result of compiling this source file? public class Book { private int pageNumber; private class BookReader { public int getPage() { return pageNumber; } } }
- The code compiles successfully and one bytecode file is generated: Book.class.
- The code compiles successfully and two bytecode files are generated: Book.class and BookReader.class.
- The code compiles successfully and two bytecode files are generated: Book.class and Book$BookReader.class.
- A compiler error occurs on line 4.
What is the result of the following code? byte x = 23, y = 4; int z = 23 % 4; System.out.println(z);
- 3
- 4
- 4.75
- Compiler error declaration not allowed
"power to you"....
- Airtel
- Vodafone
- Bsnl
- Mtnl
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"); } }
- Beverage
- Coffee
- Compiler error on line 2
- Compiler error on line 13
- Compiler error on line 15
"Youngistaan ka WOW"
- Coca COla
- Pepsi
- Thumps up
- Fanta
What state can a NEW thread transition into?
- WAITING
- RUNNABLE
- TERMINATED
- BLOCKED
"Apna luck pehan kar chalo"
- Amul Macho
- Rupa Frontline
- Lux Cozi
- Jockey
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"); } }
- The output is always NO.
- The output is always ON.
- The output varies and is either NO or ON.
- The code does not compile.
"Is se sasta aur Achcha nahee milenga"
- Regent Station
- Mobile Store
- Big Bazaar
- Subhiksha
"Everyone's Invited"
- Samsung
- videocon
- L.G
- Sony
"Stronger...Taller...Sharper"
- Bournvita
- Boost
- Horlicks
- Complan
Who are the Brand Ambassadors of Airtel ?
- John Abraham
- Saif Ali Khan
- Salman Khan
- Kareena Kapoor