programming languages Online Quiz - 62
Description: programming languages Online Quiz - 62 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What is the output of following block of program ? boolean var = false; if(var = true) { System.out.println(“TRUE”); } else { System.out.println(“FALSE”); }
int x = 2; switch (x) { case 1:System.out.println(“1?); case 2: case 3:System.out.println(“3?); case 4: case 5:System.out.println(“5?); }
Which is false about garbage collection in java
window.location.href="www.google.com". The given statement when executed would result in one of the following:
onUnload event of Javascript is fired in which of the following conditions
innerHTML, innerText, outerHTML and outerText. What are these of Element object
One can add custom method and properties to objects in javascript without using prototype as well.
Which of the following HTTP response codes indicate a successful response from the server
POST requests can also be send through the open method of the XMLHttpRequest Object
parseJSON is a standard function available in javascript like alert, eval and others.