I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
2 Core Java 7883Which DB using by Visulal Source Safe ? Can we assign our won database to VSS? or it have any default DB ?
VSS 2192I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.
TCS,
1 Core Java 5181My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
3 Core Java 45161What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
TCS,
3 Core Java 12021We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
TCS,
6 Core Java 11161Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
TCS,
1 JDBC 4787How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
Oracle General 2194
What is garbage collection in Java, and how can it be used ?
Answer
| Is This Answer Correct ? | 30 Yes | 16 No |
Question { 24734 }
What are Encapsulation, Polymorphism and Inheritance?
Answer
| Is This Answer Correct ? | 46 Yes | 3 No |
what is meant by string pooling?
Answer
| Is This Answer Correct ? | 4 Yes | 3 No |
Question { Flextronics, 17871 }
String is an immutable object.
Then how can the following code be justified.
String s1 = ?ABC?;
String s1 = s1+?XYZ?;
s.o.p(s1);
The output is ABCXYZ, which is the value of s1 ?
Answer
| Is This Answer Correct ? | 6 Yes | 0 No |
Why we need to serialize the object
Answer
| Is This Answer Correct ? | 8 Yes | 1 No |
write a query to delete similar records in same table
Answer
| Is This Answer Correct ? | 0 Yes | 3 No |
write a query to delete similar records in same table
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
its a ActionForm controller or model?
Answer
| Is This Answer Correct ? | 3 Yes | 0 No |
class A
{
class B
{
psvm(String args[])
{
}
}
}
if the prg saved in A.java whats the o/p?
Answer
| Is This Answer Correct ? | 2 Yes | 6 No |
Hi Friends..
can any one provide the real time example for
methodoverloading and methodoverriding .........
Answer
| Is This Answer Correct ? | 3 Yes | 1 No |
Question { 10425 }
ORA-38312: original name is used by an existing object
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the disadvantages of MVC architecture
Answer
| Is This Answer Correct ? | 4 Yes | 2 No |
how session will be expired ?
Answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Question { 32708 }
How to convert string containing decimal point into integer
in java? For example given a string like "3.14" as input how
to get integer 3 as result.
Answer
| Is This Answer Correct ? | 8 Yes | 0 No |