Scripts Interview Questions
Questions Answers Views Company eMail

why you used Java Script? Can it use for both client side and server side validation purpose?

BeBo Technologies, HCL, Wipro,

12 29896

what are the objects in asp?

First Insight, VebTel,

2 8297

What is difference between server.transfer and response.redirect ?

CIStems Software, Effexoft, VebTel,

2 4717

How do you send a message to the browser in JavaScript?

Four soft, Vsys,

3 10980

What are the security related issues in JavaScript scripts?

Four soft,

3 11210

Does javascript support multidimensional arrays ?

4 10082

Can you call a Java Applet using a JavaScript function?

HCL, Satyam,

2 9819

What is JSP?

3 5767

What are JSP ACTIONS?

2 11780

How are Servlets and JSP Pages related?

2 7618

What are JSP Directives?

9 17580

What are implicit objects?

9 20712

How to set a cookie in JSP?

2 8150

How can a cookie is deleted with JSP?

1 4796

What are JSP scripting elements?

8 14966


Un-Answered Questions { Scripts }

how does ruby on rails use the model view controller (mvc) framework?

441


What is the revealing module pattern?

230


Mention all the naming conventions in ruby on rails.

471


How can you identify a function?

454


How can the applets be displayed in the jsp? Explain with an example.

524






how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.

5599


What is asp and how it works?

523


What is injector in angular?

421


What are the streams in node.js?

246


Define an interface MilitaryPower that has the following properties: • The interface has two public static final variables which are the finite x and y coordinate (i.e. the distance of the objects should not exceed these values. These values set to 100. • The interface has a method move that moves the military power objects to the target value. The method will be implemented by the other classes. The return type should be void. B) Define an enum class Direction which contains the directions (EAST, WEST, SOUTH, NORTH). C) Define a concrete class Tank that implements MilitaryPower, has the following properties: • XCoordinate (Integer), YCoordinate (Integer) are the instance variables for this class. • All instance variables should be private. • Write a parametered constructor that takes two parameters assigning with the instance variables. • Write a set and get method each of the instance variables. • Write a method move that takes two parameters. One of them is distance which type is integer. Another is direction which type Direction. The method should to the following: o If the direction is EAST, set the x-coordinate with adding distance. o If the direction is WEST, set the x-coordinate and subtract distance from x-coordinate. o If the direction is SOUTH, set the y-coordinate with adding distance. o If the direction is NORTH, set the y-coordinate and subtract distance from x-coordinate. • Write a method toString to display the tank coordinates. D) Define an array holding 10 MilitaryPower objects, all of them being a Tank. Then display each of the object information on the screen. (display its movements and coordinates).

1702


How generic objects can be created?

476


How to handle multiple async ajax requests?

521


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1417


What is ViewEncapsulation?

484


What is react lazy?

420