1.What is (void*)0
Symbolize the NULL pointer
Symbolize the void pointer
Symbolize both, NULL & void pointer
Many display error
2.Which standard library function can return a pointer to the last occurrence of a character in a string?
stchar()
strrchr()
strchar() & stchar()
strrchar()
3.Which of the following mechanisms is/are provided by Object Oriented Language to
implement Object Oriented Model?
Encapsulation
Inheritance
Polymorphism
All of the mentioned
6.Who is known as father of Java Programming Language?
James Gosling
M. P Java
Charel Babbage
Blais Pascal
8.Who is Known as the father of World Wide Web (WWW)?
Robert Gailliau
Tim Thompson
Charles Darwin
Tim Berners-Lee
9.Which of the following is not a browser?
Microsofts Bing
Netscape Navigator
Mozilla Firefox
Opera
11.Which data manipulation command is used to combines the records from one or more tables?
SELECT
PROJECT
JOIN
PRODUCT
12.Which of these operators is used to allocate memory to array variable in Java?
alloc
malloc
new malloc
new
13.Which of the following are not the methods of the Thread class?
yield()
sleep(long msec)
go()
stop()
15.A computer on internet are identified by?
e-mail address
DNS
IP address
None of the above