ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2290)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
5 8393write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
1 6915Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
1 3732Define 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).
22421)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
1 5467How to add some content in any file at some desired location without using VI or some other editor in UNIX
2 4864
What do jsp literals consist of?
What does parse Query String return in javascript?
What is factory method in angular.js?
What do you use javascript for?
List the command to install angular cli?
What is semantic element in html?
How To Update A Dependency Using Npm?
How to debug the Node.js code using Node Inspector?
Is there any difference between javascript and jscript?
What is json in javascript?
What does transclude mean?
What is enum in javascript?
How can we find the version of react at runtime in the browser?
How to upgrade angular 7 to 8?
What is a blocking code?