Results 1 to 4 of 4
Thread: 2 test questions on JSP.
- 11-30-2009, 10:56 AM #1
Member
- Join Date
- Nov 2009
- Location
- Russia
- Posts
- 9
- Rep Power
- 0
2 test questions on JSP.
Please, can you help me with this two test-questions.
1. JSP supports which of the following platforms?
A) Windows NT
B) Linux
C) Java environment
D) All
2. A certain JSP file written for Linux platform, compiled on Win NT and moved on the Sun Solaris Platform. Which of these statements are true?
A) Jsp file can not be compiled on the Win NT.
B) Jsp does not support Win NT platform.
C) Jsp file can not be run on the Sun Solaris Platform.
D) None of the above.
- 12-10-2009, 11:15 PM #2
Member
- Join Date
- Dec 2009
- Posts
- 1
- Rep Power
- 0
hi
i think the answers for number one question is d) all
and the question number 2 is d) none of above
i don't clam that is the right answers but i think so
you can make sure from another member if the others want to help us
- 12-11-2009, 02:17 AM #3
I would think question 1 the answer is C), as although [tomcat, jetty, servlet container with a JSP compiler servlet] does run on Windows and Linux, it is not limited to these platforms, and to date there is no "Java" server pages implementation outside of the Java virtual machine runtime environment.
I am not sure of wording, but I would think A) for question 2, because the truth, is a file can not be compiled on the Win NT, it is compiled in a JSP servlet, in a servlet container, in a Java runtime. ; b and c are false because within the container JSP is supported on the platform.
- 12-22-2009, 12:14 PM #4
Member
- Join Date
- Apr 2009
- Posts
- 9
- Rep Power
- 0
The first question sounds incorrect to me - It should read "which platform supports JSP" since JSP is not a platform and really does not support anything.
The second question is also incorrect - since there is no such thing as writing a JSP for Linux platform (you could probably write a Java Desktop application for a specific platform, but not a JSP). JSP are written to run on web-servers and in reality have usually no dependency on the operating system.
Similar Threads
-
*TEST* --ignore this--
By angryboy in forum Reviews / AdvertisingReplies: 5Last Post: 05-01-2009, 09:15 AM -
Test - please delete
By Fubarable in forum Forum LobbyReplies: 7Last Post: 04-25-2009, 09:08 PM -
Some Questions - from old test papers 100 level
By Julie in forum New To JavaReplies: 5Last Post: 09-03-2008, 07:20 AM -
Test Advisory Panel-Telecommute- Test your Java skills + share insights on Java tests
By michelle in forum Jobs OfferedReplies: 0Last Post: 04-05-2008, 01:38 AM -
Palindrome Test
By Ada in forum New To JavaReplies: 1Last Post: 05-26-2007, 02:36 PM
Bookmarks