jayalakshmi charugundla

Ranch Hand
+ Follow
since Jul 22, 2009
Merit badge: grant badges
For More
mumbai
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by jayalakshmi charugundla

hi,

I have created one jsp page.In that page i got the data by calling procedure

Here I dont know how to do column of the sum?
The values are coming from the database through procedure.
How to do the total for each column?which logic i have to implement?




Application Status Report


status a1 a2 a3 a4
EAI Account Error -1 3 3 7
EAI Account Error -2 3 5 1
EAI Account Error -3 1 3 1
EAI Account Error -5 1 4 9
Grand Total -11 8 15 18
14 years ago
JSP
hi,


As i mentioned below, i'm getting data from the database. The problem is table column headig dates should come from the database for the selected date dynamically.
for example if i select the date like 01-05-2010, the column names should come from the past 30 days.

how should i give the column headings dynamically?


Application Status Report

EAI Account Error - 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0
EAI Account Error - 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0
EAI Account Error - 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0
EAI Account Error - 000

please help?its urgent for me

14 years ago
JSP
hi,

As i mentioned below, i'm getting data from the database. The problem is table column headig dates should come from the database for the selected date dynamically.
for example if i select the date like 01-05-2010, the column names should come from the past 30 days.

how should i give the column headings dynamically?


Application Status Report

EAI Account Error - 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0
EAI Account Error - 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0
EAI Account Error - 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0
EAI Account Error - 000


hi all,

I have created one jsp page.I am getting data from database by using procedure in my jsp page nicely. The problem is without clicking button the data is coming. How many solutions are there for my problem? how i can give the link by pressing the button.shall i use javascript? then how can give the link by using javascript?

please help that would be appreciated


because I thought that you might forgot about his name .

Thank you very much for your valuable advice. since morning i thought that I am able to take the exam because I was getting good score except examlab. Even I was worrying about that. I have to consontrate more on that later.


ok, bye.
One day You only said about that Inquisition it is a good practise exam and I installed it from somewhere in this website. I dont remember. ok forget about that. After your explanation , now I decided that I should give the exam later .
oh! actually I typed it wrongly. That was whizlabs.com and the other one is Matt Russel's Inquisition.

The topics can be studied in Kathy Sierra and Bert Bates SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (2006), McGraw-Hill.
Info:
Maintainer: Matt Russell <[email protected]>
Home page: http://enigma.vm.bytemark.co.uk/inquisition
Version: 0.13
Date published: 25/May/2007
contributors: Charith Fernando <[email protected]>


And tell me after 1 month, how much time will it take to refresh all the concepts for getting good score. I know I'm not good at all concepts which are from the k&B book.

So, finally what would you say ? If you were in position what would you do?

Hi,

I just wanted to pass the scjp1.6 exam and dont bother about percentage. I got 60% ina trail version of wizlabs.com and got 75% in Inquisition a couple of days ago . I revised only two minute drill points which were in k&b book.

yesterday I took ExamLab's practise exam 2. I got only 30%.
Today I took Bonus MockExam and I got 66%.

Sofar I took Diagnosis and practise exam1. Average percentage is 40%.

I would like to take exam this sunday.

I dont understand what should I do? Please help me? Actually I am going out of station for 1 month. It would be a long gap and I may not study anything during that time.
That's why I am thinking. After i month I may forget the concepts.

Its wonder nobody is responding here. Please give me your reply as soon as possible.


I wanna know your opinion.If anybody read this, please give me your advice but who were already taken the exam


so because of a2.a=null , one class obejct is eligible for gc. And the other object is referanced by a1 and a3. Am I right?

Why you have given two boxes for one object ? You could have given only one that is enough. thats why i didn't understand.

what actually the second box says? tell me by words



Ankit, I couldn't understand the program even with this diafram. If you have time, could you explain this program from line 9 (A a1 =null;) to end?



Hi,

After Line 12 , how many objects are eligible for garbage collection?
The answer is one object.

It is better to explain with the diagram and its really very helpful to me . Actually they told that we have to draw a small picture everytime whenever we see this type questions in the real exam too..

yes I bought it yesterday itself.
yeah, I ran the program once again now it's showing what you said here. But why before it was showing differently?

Ankit I have seen the link .

thanks for your immediate respponse.


Hi,
The following program giving the output as
xx
Xx
x
BUILD SUCCESSFUL (total time: 1 second)

The actual output is like,
Xx
Xx
x
Here we are adding only Xx element to the list but how it will come two Xx, Xx elements. Is there any printing mistake or any other reason?