a) this pointer is passed as a hidden argument in all static variables of a class b) this pointer is passed as a hidden argument in all the functions of a class c) this pointer is passed as a hidden argument in all non-static functions of a class d) this pointer is passed as a ...
26. Which of these keywords is used to define interfaces in Java? a) intf b) Intf c) interface d) Interface View Answer 27. What will be the output of the following Java program? classoutput { publicstaticvoidmain(Stringargs[]) { StringBuffers1=newStringBuffer("Quiz"); StringBuffers2=...
49) Which of the following option is not a core data type in the python language? Dictionary Lists Class All of the above 50) What error will occur when you execute the following code? NameError SyntaxError TypeError ValueError 51) Study the following program: ...
a) Ability of a class to derive members of another class as a part of its own definition b) Means of bundling instance variables and methods in order to restrict access to certain class members c) Focuses on variables and passing of variables to functions ...
b) implement LIFO principle in queues c) effective usage of memory d) to delete elements based on priority View Answer 21. Which of the following is the most widely used external memory data structure? a) B-tree b) Red-black tree
12. Which of the following PHP functions can be used for generating unique ids? a) md5() b) uniqueid() c) mdid() d) id() View Answer 13. In the following PHP program, what is/are the properties? <?phpclassExample{public$name;functionSample(){echo"Learn PHP @ Sanfoundry";}}?> ...
c) <class> d) View Answer 8. Which of the following CSS property is used to make the text bold? a) text-decoration: bold b) font-weight: bold c) font-style: bold d) text-align: bold View Answer 9. What will be the output of following CSS code snippet? h1{color...