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

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

BeBo Technologies, HCL, Wipro,

12 36923

what are the objects in asp?

First Insight, VebTel,

2 9714

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

CIStems Software, Effexoft, VebTel,

2 6086

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

Four soft, Vsys,

3 12678

What are the security related issues in JavaScript scripts?

Four soft,

3 12816

Does javascript support multidimensional arrays ?

4 11805

Can you call a Java Applet using a JavaScript function?

HCL, Satyam,

2 11298

What is JSP?

3 7272

What are JSP ACTIONS?

2 13354

How are Servlets and JSP Pages related?

2 9059

What are JSP Directives?

9 20488

What are implicit objects?

9 23712

How to set a cookie in JSP?

2 9540

How can a cookie is deleted with JSP?

1 5876

What are JSP scripting elements?

8 18537


Un-Answered Questions { Scripts }

package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,

2683


What is the difference between component and directive?

894


What is Routing in Angular 5?

959


Which two methods are used for handling cross-domain ajax calls ?

911


How to enable and disable buttons with using condition?

870


Explain digest cycle, watchers and dirty checking?

775


Explain the difference between .js and .min.js?

827


What is the difference between angularjs 1(angularjs) and angular 2/4?

771


What is the difference between angularjs and node.js?

763


How to create the namespace in javascript?

1037


What is use of settimeout function in javascript?

1116


What are the expressions in angularjs?

776


What is angular singleton service?

826


When will nginit be called? How would you make use of ngoninit()?

783


What command needs to be used to take the backup?

992