• 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

IBM RAD questions

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody tell what will be the right answer for the following questions.

question 1:
A Java class contains errors because it has references to classes not available in the workspace. Which TWO of the following represent ways to fix this error?


(Choose 2)

A.
From the Java Build Path page in the Java Project properties, add the missing JAR file as an External JAR.

B.
From the Java Build Path page in the Java Project properties, add the JAR file from a project in the workspace.

C.
From the Java Build Path page in the Java Project properties, add a Variable that points to the missing JAR.

D.
Import the missing class files into the output folder of the project using the Import wizard.

question 2 :

Which of the following views would allow a developer to insert a JSTL forEach tag using drag and drop?


A.
The Snippets view

B.
The Quick Edit view

C.
The Palette view

D.
The Thumbnails view
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. B is obviously wrong, as the questions says the classes are not in the workspace. A and... I'll try C

2. This one's simple. Palette View allows drag n' drop.
 
reply
    Bookmark Topic Watch Topic
  • New Topic