What is legal about JSP scriplets(a) A loop can begin in one Scriptlet and end in another (b) Statements in Scriptlets should follow Java Syntax (c) Semicolon is needed at the end of each statement in a Scriptlet (d) All the above
(d)
The time between Command Execution and Response is called ______(a) Granularity (b) Latency (c) Lag time
(c)EXPLANATION:Latency: Latency is a measure of the temporal delay. Typically, in xDSL, latency refers to the delay in time between the sending of a unit of data at the originating end of a connection
Purpose of tag(a) used to incorporate Java applets into a Web page. (b) Downloads a plugin to the client Web browser to execute an applet or Bean. (c) Both (a) & (b)
(c)EXPLANATION:JSP Syntax : [ [ ]+ ] [ text message for user ] Description : The tag is replaced by either an or tag, whichever is most appropriate for the client Web browser (the tag
What topics should I be focussing in java to be successful in this interview at Computer Associates, Hyderabad?
* Threads, Synchronization, Thread Monitors * AWT & SWING Layouts (Border Layout) * Try, Catch, Finally * Switch statements (Some question on "default" option of Switch) * Java Exceptions
Write a program to sort an given array and remove duplicates in it with out using java API and print the sort order and the number of occurrence of duplicates.