This is the portal and portlet interview question
API: is JSR 168 API
Server: is ibm web sphere portal server6.0
IDE: is RAD 7.0
Question:In normal struts what is the actionservlet?
Ans:org.apache.struts.action.ActionServlet.
But
What is the actionservlet in strutsportlet?
Answer Posted / bsunke
org.apache.struts.portlet.StrutsPortlet
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
what is woransient key word? how it is used in java
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
What is WEB 3.0? What are the features their in WEB3.0
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is the software to run the GSM gate opener program
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
how many types of bytes are there???
How to call a C++ function which is compiled with C++ compiler in C code?
what is the basic and unique feature of dotnet
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Define distributed queries. can you explain me as soon as possible
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.