S Thanigaivel

Ranch Hand
+ Follow
since Oct 06, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by S Thanigaivel

Hi All,

I faced a performance issue.
Noramly a particular request takes about 5 seconds to get the response. But i don't why the same request took over 40 seconds to give that response and by clearing browser cache i got back the original performance.

How can it happen? Can we achieve greater performance by clearing the browser cache?

Please share your ideas..

Thanks,
Thanigaivel S.
17 years ago
Hi All,

When i use window.print(), by default printing is done in portrait orientation. I want to automatically change this orientation to landscape.
Can anyone give me the solution for this?

I am using IE. I took the following script function from internet.
But when executing this i am getting an exception saying
'Automation server cann't create object'. But the same is running properly in another system. What might be the problem?



Thanks,
Thanigaivel S.
[ January 18, 2007: Message edited by: S Thanigaivel ]
Hi,

what is the purpose of scope attribute of action tag?

when scope is assigned request then the scope of form bean object is for that particular request alone. (if i am right)

what would be the scope of the form bean object if scope is session or application?

what does session and application mean in this context?

Thanks
Thanigaivel S.
17 years ago
Hi,

How to draw architecture diagram for an s/w application?
what are the pre-requiste for architecture diagram? (what info should i gather to design arch. diagram?)
what are the factor that i should keep in mind while designing?

Thanks,
Thanigaivel
Hi,
I am a beginner and have the following questions.

What is EJB?
Why do we go for EJB?
What are advantages of using it?
Before the emergence of EJB how 3-tier applications are implemented?
What is the architecture of EJB?

Thanks,
Thanigaivel
Thank a lot! Cameron W. McKenzie, you introduced me a excellent link
I need to know more about using appln. server like JBoss.

Its Emergency, i need to gain basic working knowledge on j2ee with in 2 weeks among learning some other things (struts), therefore i cannot spend much time. So how to proceed.
[ November 09, 2006: Message edited by: S Thanigaivel ]
understood servlets to some extend.

deployed a JSP, HTML page and servlet onto container (Tomcat) and able to open those files in the browser.
Hi All,

I am core java programmer moved to J2EE.

Please let me know what are the software stuffs required to run J2EE and where can i get them for free.

How to start with J2EE?
I have a Head First book on Servlets and JSP.

An example program and steps to execute them would be more helpful.

Thanks in Advance!
Can anyone here suggest me a effective forum for C++?

Thanks in advance!
Thanigaivel S.
17 years ago
Argument is nothing but providing some required information(s) for a method to process.

Consider you have a method called add(int a, int b) { return a+b; }

here a & b are the arguments. For this a and b you should provide some value for the addition to happen.
17 years ago
I think its due eclipse. Even "fatal exception" msg is displayed in dialog and in the console window.

I welcome more ideas to refine the above code!

Thanks!
17 years ago
Hi All,

In a week i will be starting my career in core java. So, i am planning to take scjp exam. I am not very new to java, i already know some basics or fundamentals like implementation of oops concepts and few design patterns etc.

How long would it take for me to prepare for that exam?

I think I can spend nearly 2 to 3 hours a day for preparation.

Also, let me know the latest edition of book for scjp1.5 by k & B and Khalid Mughal

Your response would in a way help me take a right decision.

Thanks!

Originally posted by Ernest Friedman-Hill:
The disassembly comes from the "javap" tool that comes in the JDK. "javap -c MyClassName" will show a display like the one given here.




Thats interesting! Thank you Ernest
17 years ago
check it out!

Java FAQ's

Regards
Thanigaivel S.
17 years ago