Tag: web technology
Questions Related to web technology
In hibernate mapping file, The method is used to generate
Which function accepts input from the user?
Which function identifies the data type of the operand?
What is the output for the below lines of code? x = 0/0; alert(x);
What is the output of the alert function for the below lines of code? var sum, Sum; sum = 0; alert(Sum);
What is the output for the below lines of code? var myArray = new Array(); myArray[10] = "This is the only element in this array"; alert(myArray.length);
What is the output for the below lines of code? var main_string = "JavaScript is the best Web Programming language"; var sub_string = "Script"; alert(main_string.indexOf(sub_string));
Which of the following refers to the parent of a window object?
Which event is triggered when an element loses focus?