• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help in some questions--

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kindly someone help me in answering these few questoins.
-----------
1)
Using the "Find File Dialog" in IBM WebSphere Studio, a developer can find which of the following?
a) Files by author.
b) Files by date created, date modified and date published.
c) Files with broken links.
d) Files on the Internet.

--two choices are right
2)
The primary responsibility of a Java Developer who is part of a development team is to:
a) analyze and design web architecture.
b) design and develop the code to run on the application server.
c) interact with customer to gather requirements.
d) install and configure the web development environment.

3)
A web developer would like to use a third party editor for editing JSP pages in IBM WebSphere Studio. Which three of the following tasks must the developer perform to edit all JSP pages using this editor?
a) Use the Tool Registration Dialog.
b) Use the Options Dialog.
c) Use the system control panel to set third party editor to be the default editor.
d) Change the editor corresponding to the .jsp extension to the third party editor in Studio.
--three choices are right
4)
Which of the following client-side technologies are best suited for extranet applications?
a) Java Script
b) Perl
c) Java applets
d) CGI
e) DHTML
--three choices are right
5)
The headings on a web page are inconsistent in size and case. The developer can use the Heading Editor to:
a) change all the heading sizes.
b) change only headings that are the same size and also correct the text.
c) change any combination of headings.
d) change any combination of headings and correct the text.
---two choices are right
6)
A company is in the design stage of its web site. Which of the following recommendations should the developer give regarding web site performance?
a) Use XML to enhance usability.
b) Maximize the use of graphics when and where performance is a primary concern.
c) Avoid the use of nested tables.
d) Minimize image size to improve download times.
e) ncrease site flexibility with dynamic server-side components
--2 choices are right
7)
In regards to entering time and billing information using a remote Applet while off-line, which of the following statements is true?
a) Applet security will allow a file to be saved to disk but will NOT allow the data to be sent across the network to the server.
b) Applet security will allow a file to be saved to disk and will allow the data to be sent across the network to the server.
c) A remote Applet must be obtained from a server.
d) Applet security will only allow the information to be saved to the root directory of the user's server hard drive.

8)
When planning a web site, which of the following recommendations should a developer give regarding web browser compatibility?
a) The use of Servlets alleviates browser incompatibilities caused by EJBs and JSPs.
b) The use of Dynamic HTTP minimizes the differences between server implementations and scripting languages.
c) The use of server-side Java can increase server compatibility.
d) Do not use JSPs, XML or EJBs because of client browser incompatibilities.
e) Increase site flexibility and compatibility with Servlet generated dynamic content.
--2 choices are right
9)
Which of the following statements are true about Java Server Pages?
a) They should be used as controllers in an MVC architecture.
b) They can use information stored in a session, but not in a request.
c) They can include JavaScript.
d) The JSP stays in memory after the first call to it.
--2 choices are right
10)
A web page developer is using Page Designer to develop a series of web pages and wants to change the background color for all of the pages. To efficiently change all of the pages, a developer should:
a) use a Cascaded Style Sheet to change the background color for the top level pages and let the change cascade to all other pages in the site.
b) use the Color Palette and Cascaded Style Sheet Manager.
c) use the Color Editor to change the background color of the top level pages.
d) use a Cascaded Style Sheet to change the background color for pages and then apply the Cascaded Style Sheet to each web page.
Thanks in advance for the help.
Sudhir
 
We've gotta get close enough to that helmet to pull the choke on it's engine and flood his mind! Or, we could just read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic