Vilas Lawande

Ranch Hand
+ Follow
since Nov 07, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Vilas Lawande

Statement stmt =con.createStatement();

As Statement is an interface,How object is created for Statement ?
No need to wait,if you have prepared.
Thanks for reply.

Is Spring computing with Seam?
Thank for post.

I want to know that,
Why seam framework is not so famous?
Is Seam Framework better framework than Struts and Spring?
Can it be ucomming framework?
Is it possible to configure Liferay in Eclipse 3.4.0. and how?
15 years ago
help me to create and configure portlet in Eclipse 3.4?
15 years ago
thanks a lot
15 years ago
hi ,

Can destroy() method of servlet execute when server is crashed?

Thanks,
Vilas Lawande
15 years ago
What is difference between following types of main method ?
1. public static void main(String... args)
2. public static void main(String[] args)


Anyone please elaborate meaning of ... in first method.
hi ,
I have to reduce load on server.
As I am retrieving big amount of data from database.
Writing variables is like in Java Bean like

1. private String password;
2. private String password = null;
3. private String password = "";

Which will be better programming approach and why?
Please elaborate.
15 years ago