Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




Scripts Interview Questions
Questions Answers Views Company eMail

Can we write a class inside Jsp?

1 5569

how to retrieve native property value in runtime?

Hexaware,

1 3348

How to get path of the file through scripting?

Hexaware,

1 6081

int a=4857 i need output as 7584.without using any inbuild function?

Aspire,

6 10663

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

Hexaware,

5 8397

write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links

1 6919

ruby on rails and java ,which of one of the best in future &present?

1 4621

about vb scripting programs this type of all question& answers

2183

Hi 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 3732

write a vb-script code to delete all the mails in my gmail in the year 2011

1 4515

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).

2245

what is stored procedural

2426

1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.

Infosys, Syntel,

1 5467

How to add some content in any file at some desired location without using VI or some other editor in UNIX

2 4866

What is constructor?

1 3737


Un-Answered Questions { Scripts }

Explain perl. When do you use perl for programming? What are the advantages of programming in perl?

935


How do I abort the current xmlhttprequest?

1022


Explain prototypal/differential inheritance?

1136


How can you share an element in the parsing?

439


Explain what are angular expressions?

930


What is node.js and why it is used?

597


Does React re-render all components and sub components every time setState is called?

472


Which of the following directive is used to initialize an angular app?

877


How can events be prevented to work after an ajax request?

811


What is null variable?

1215


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

2651


Which is better for or foreach in javascript?

1027


How to loop through array in javascript?

1011


What can scripts do?

1170


How do you make it so that code runs when the security system is stopping it?

1046