programming languages Online Quiz - 319
Description: programming languages Online Quiz - 319 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Given: 11. public class Key { 12. private long id1; 13. private long 1d2; 14. 15. // class Key methods 16. } A programmer is developing a class Key, that will be used as a key in a standard java.util.HashMap. Which two methods should be overridden to assure that Key works correctly as a key? (Choose two.)
AppDomains are usually created by hosts
Which tool is used to generate PE files from MSIl code?
Placing web service files in one of these folders, generates a proxy class(out of .wsdl) and a typed dataset (out of .xsd). What is the name of the folder?
Which of the page directive defines the class or virtual path used to type the Master property of a page?
What is called as a collection of CSS files and images?
POST is an IDEMPOTENT method.
service() method - it's advisable to override it in our applications.
In MVC architecture, VIew means the JSP.
SERVLETCONFIG--- one per web Application.
init() & destroy() ---methods can ONLY BE CALLED ONCE!
What noted Java developer at his Ph.D. defense answered a planted question with a rap song backed by a recorded rhythm track on a hidden tape recorder?
True or false: It is preferable to write: List dogs = new ArrayList(); instead of List dogs = new ArrayList(); because raw types enable developers to avoid needless verbiage.
Who agrees with the idea that developers should write "dumb code," meaning straightforward, clean code that follows the most obvious object-oriented principles, in order to get the best compiler optimization -- and that clever, hacked-up, bit-banging code will get poorer results?
Joshua Bloch says that the strangest thing about the Java platform is _____
Who strongly believes in the importance of unit testing and says that developers should engage in it?
Qusay Mahmoud remarked that "Today's generation of students is becoming known as Generation C." What does "C" stand for?
For which action can you use the TO_DATE function?
Computer science professors Qusay Mahmoud and Cay Horstmann agree that the biggest mistake made by teachers of computer science is
Which one is a system privilege?