| Back to Questions Page |
| |
| Question |
program showing string concatenation? |
Rank |
Answer Posted By |
|
Question Submitted By :: Preeti S |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | var a="hello";
var b="world";
var concat= $a+$b;  |
| Prasadkonnur |
| |
| |
| Question |
what is inheritence |
Rank |
Answer Posted By |
|
Question Submitted By :: Karuppan |
| This Interview Question Asked @ Wipro |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | When you use the existting class in new class means when u
inherit the base class in drive class is called
inheritance..
new class is called driveclass & existing class called base
class  |
| Chaitali |
| |
| |
| Answer | Creating a new class from an another class...The new class
is called DERIVED class and The parent Class is called
BASE class...  |
| Jyothish.b |
| |
| |
|
|
| |
| Question |
WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA? |
Rank |
Answer Posted By |
|
Question Submitted By :: Bhism |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | core java is nothing but language and its a part j2se
edition declared by sun Microsystems inthis we learn about
the casses & object orientation module for further advanced
purpose of advance java programming.(j2ee)
Advaced java is the J2ee edition given by sun MicroSystems
in this we learn technology we learn about Servlets,jsps
i.e.; Client server Architecture etc.; about webcomponents
presentation tier architecture.  |
| Rohit |
| |
| |
| Answer | Core java represents the java standard edition, It will
define all the aspects of oop like
polymorphism,inheritance,classes and all.The programs need
JVM to compile..
Advanced java is J2EE specification, this specification
only used for developing secure,scalable web
applications.It has certain objects like
session,request,servlet which are defined in the web
container .request is sent to web container and processed
finally response is sent back to the user..  |
| Mainuddin |
| |
| |
| Question |
how to post the form without submit button with help of
javascript |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Create a button and call the java script function on any
event of created button.
In the java script function you can write statement to
submit the form. eg.
document.FormName.submit().  |
| Shailendra Shukla |
| |
| |
| Question |
what is difference between client side scripting and server
side scripting? |
Rank |
Answer Posted By |
|
Question Submitted By :: Tejaskatte |
| This Interview Question Asked @ NIIT , Ibm |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Client side scripting is that which runs on user browser.
client side scripting is used for validation.
javascript, VB script are client side scripting.
server side scripting is that which runs on server.Used to
insert and fetch record from database
PHP,ASP are server side scripting.  |
| Prasadkonnur |
| |
| |
| Question |
1) How can we use java script in testing the application?
2) What all the things(Software application - like browser, notepad) we need to
learn Jscript? |
Rank |
Answer Posted By |
|
Question Submitted By :: Anbu |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | notepad or any editor, Browser,
Javascript must be enabled in browser  |
| Prasadkonnur |
| |
| |
|
| |
|
Back to Questions Page |