ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories >> Software >> Web-Related
 
  HTML-DHTML (73)  XML-XSLT-RSS (83)  Flash-Action-Scripting (14)  SOAP (16)  WML (4)
  Web-Related-AllOther (61)
 


 

Back to Questions Page
 
Question
How do I make a new paragraph?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Inserting thetag at the beginning of your paragraph will 
drop the text down two lines. (If you insert the
tag, it will drop your text down one line.)
 
0
Guest
 
 
Answer
<p> </p>
 
0
Jack
 
 
Answer
if we developing html in the Design mode simply push "Enter"
button on keyboard. It will generate a paragraph

If we developing in Code mode the move the text in between
"<p>" and "</p>" tags.
 
0
Chiranjeevi
 
 
 
Question
Why is WEB.XML file used?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   T3-Softwares
I also faced this Question!!   © ALL Interview .com
Answer
Web.xml is a simple configuration setup file for the root of
web-app .here we can descript the class and path of the web
core...
 
0
Harry
 
 
Question
what is the difference between weblogic and 
websphere,jboss,tomcat?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
well.....weblogic acts as application server,wheras tomcat 
act as webserver.......

weblogic supports ejb...wheras tomcat doesn't...
   
WebServer is supposed to support HTTP and/or FTP, SSL 
HTTPS, etc protocols..Doesnt have to do anything with Java. 

An Appserver is an extension of WebServer, which basically 
should support all the technologies in J2EE spec 
(JavaServlets, JSP, JMS ...) ..

coming to websphere and jboss both belongs to application 
server......
 
0
Amit....
 
 
Question
what type of basic questions they are asked in Webservices?
Rank Answer Posted By  
 Question Submitted By :: C S Rao
I also faced this Question!!   © ALL Interview .com
Answer
basic web service questions include:
1)what do you mean by a Web service? what is the advantage 
of using a Web service?
2)what is an WSDL?Specifications ?How are they generated? 
How do you generate proxies from a WSDL?
3)what is an UDDI? Who takes care of registering 
services ,modifying and deleting them?
 
2
Anirban
 
 
Answer
the term Web Services refers to the technologies that allow
for making connections. Services are what you connect
together using Web Services. A service is the endpoint of a
connection. Also, a service has some type of underlying
computer system that supports the connection offered. The
combination of services - internal and external to an
organization - make up a service-oriented architecture
 
0
Bhanu Pratap Singh
 
 
Answer
Basic question related to webservices 
SOA
SOAP
WSDL
Service Provider
Service Consumer
XML
UDDI
CORBA/RMI

These are basic step for web services
 
0
Bhanu Pratap Singh
 
 
Question
How to Identify the first string and last string in a HTML 
page (source code)?
Rank Answer Posted By  
 Question Submitted By :: Ashok J
I also faced this Question!!   © ALL Interview .com
Answer
<html>
</html>
 
0
Rafiq
 
 
Question
actually, i have integrated oscommerce and forum in my
joomla website.And have made common login to all of
these.when i register a new user, it'll get registered
successfully.But when i try to login from the frontend and
also from the forum ,it is displaying the msg "you are not
authorised to view this resource". but  logging in
successfully through oscommerce.why it is so?
Rank Answer Posted By  
 Question Submitted By :: Manjula
I also faced this Question!!   © ALL Interview .com
Answer
its not the interview question.its the problem which i m
facing in my work.If someone knows the answer, please
forward your answer to me.

thankz in advance.
 
0
Manjula
 
 
Question
How to download Flash object embeded in HTML Page?
Rank Answer Posted By  
 Question Submitted By :: Arvind Bhosale
This Interview Question Asked @   Siber , US Softco
I also faced this Question!!   © ALL Interview .com
Answer
There are two ways to download the (.swf) file,

1.  First we want to know the file name of .swf,  we can get
it by 

           Right click the mouse
           View Source and
           Enter the key word .swf in find option.

we can get the file name.

Now, we can take this file from Temporary Internet Files
folder in our system.  While we visit or browse a site all
file are stored in Temporary Internet Files,  from this
folder we can take all the files.


2. Second method is by using some swf catcher (like Sothink
Swf Catcher) softwares we can download the file.


By using these methods only ill download the Flash object.
 
0
A.p.karthikeyan
 
 
Question
What is the difference between the CLASS and ID when you are
writting CSS?
Rank Answer Posted By  
 Question Submitted By :: Yathindra
This Interview Question Asked @   Virtusa , Mumtaz
I also faced this Question!!   © ALL Interview .com
Answer
In CSS we can call id with '#' and can be used only one time
for one page. When coming to the case of class in CSS it can
be used infinite number of times in the same page as well as
in the whole site.
 
0
Yathindra
 
 
Answer
ID uniquely identifies an element within a document where
CLASS attribute specifies an element to be a member of one
or more classes. Unlike with the ID attribute, any number of
elements can share the same class. CLASS attribute can be
used to impose a certain pattern in the webpage, like the
page's header, footer,etc. which will enhance uniformity
among all webpage of a website.
 
2
Suji
 
 
Question
what is the difference between xpath document and xml document?
Rank Answer Posted By  
 Question Submitted By :: Swapna
This Interview Question Asked @   Honeywell
I also faced this Question!!   © ALL Interview .com
Answer
XmlDocument and XPathDocument are based on different data 
models.
XmlDocument is based on W3C XML DOM, which is object model 
that
basically covers all XML syntax, including low level syntax 
sugar such
as entities, CDATA sections, DTD, notations etc. That's 
document-centric
model and it allows for full fidelity when loading/saving 
XML documents.

XPathDocument is based on XPath 1.0 data model which is 
read-only XML
Infoset-compatible data-centric object model that covers 
only
semantically significant parts of XML, leaving out 
insignificant syntax
details - no DTD, no entities, no CDATA, no adjacent text 
nodes, only
significant data expressed as a tree with seven types of 
nodes. Simple
and lightweight.
 
0
Sivaramakrishna
 
 
Answer
mainly it is a part of xsl ,it is a language that is used to
acess different parts of an xml document, such as element
and attributes.
 
0
Nithin Chacko Ninan
 
 
Answer
mainly it is a part of xsl ,it is a language that is used to
acess different parts of an xml document, such as element
and attributes.

xml document usually begins with the xml declaration
statement also called PI(processing instruction).
 
0
Nithin Chacko Ninan
 
 
Question
when you go for xmlTextReader and when you opt xmlDocument?
Rank Answer Posted By  
 Question Submitted By :: Swapna
This Interview Question Asked @   Honeywell
I also faced this Question!!   © ALL Interview .com
Answer
We use XMLTextReader  to read XML streams.XMLdocument
 can be used to edit and navigate the document.
 
0
Ala
 
 
Question
How do you access elements in XML document?
Rank Answer Posted By  
 Question Submitted By :: Swapna
This Interview Question Asked @   Microsoft
I also faced this Question!!   © ALL Interview .com
Answer
Creating Object for XML we can Access the Elements...
Microsoft Provider....
 
0
Technical_sathish
 
 
Answer
This way u can access...
XmlDocument xmldoc = new XmlDocument(); 
xmldoc.Load(Server.MapPath("Employee.xml")); 
XmlNodeList xmlnodes = xmldoc.SelectNodes
("Employee/EmpName"); 
DataGrid1.DataSource = xmlnodes; 
DataGrid1.DataBind ();
 
0
Aravazhi
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com