This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games and have Dana Pylayeva on-line!
See this thread for details.

Cm Ananth

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

Recent posts by Cm Ananth

Thanks for your reply.

Any other differences ?
16 years ago
Hi All,

Could you please let me know the difference between Apache server & Tomcat server ?. I remember something like Apache HTTP server is only for static contents and it doesn't support Servlets & JSP's, Tomcat server is for dynamic contents. Is that correct ?

Please let me know the other differences also.

Thanks in advance.
16 years ago
Yes.. this() and super() needs to be the first statement..
16 years ago
I think you can't do "ob1.m1();", because m1() method is not part of the interface..
Thanks Paul & Maneesh..

Paul's example has given me some idea of where HashMap NULL keys can be used.

Any other examples also welcome
16 years ago
I feel there won't be any use case for adding NULL as a key and store a value for it. I wonder why such a feature is allowed by java and some real world examples will help me to understand the use of this feature.

Thanks for your reply.
16 years ago
Could someone explain me why HashMap allows to add one NULL key ? Because i don't see any practical use of adding NULL as the key and storing a value in it..

In which case we need to use NULL as a key? Please explain with some examples.

Thanks in advance..
16 years ago
Hi Guys..

How much salary i can expect in product/service based companies in bangalore for 4.5 years of Java/J2EE experience ?

I just need approximate figure..

Please help guys.
16 years ago
Someone please respond.
16 years ago
Hi all.

Im using tomcat 4.1 and I have deployed a WAR file under the webapps folder of tomcat. Tomcat deployed that WAR file on the fly and when i try to access that application("http://localhost:8080/Myapp/index.html") im getting the "Requested resource is not available" error.

index.html is actually present under Myapp folder (not under any sub folders).

I have verified that my application has web.xml and other configurations properly. Sometime back i have deployed the same WAR file in the same way. It was working fine.

Please help me to resolve this.

Thanks in advance..
16 years ago
Someone please guide me.

By
Ananth
16 years ago
Thanks for your replies.

Could you guys please comment on the following terms and conditions. Because i feel this is more important than the benefits.

"
18 to 24 months of active employment
1 month notice or based on client's request
Should not join with the client without our authorization.
Should be open to relocate anywhere in US and should not have any relocation constraint as the nature of jobs demands it.
"
16 years ago
Thanks everyone for your replies.

finally i have negotiated with the consultant and they have agreed to pay 65K per annum with the following other benefits apart from salary.

"We sponsor H1-B
Travel to US, initial accommodation.
Green card processing
We provide Relocation assistance of up to $1000.00, 2 times a year
Health, Life, Short term disability insurance to the employee
2 weeks of paid vacation per year on accrual basis,
6-8 days of government announced paid holidays
Payroll will be direct deposit and it will be every alternate Fridays.
Excellent marketing team will get you an assignment at fortune 500 companies"

and the following are the terms and conditions

"
18 to 24 months of active employment
1 month notice or based on client's request
Should not join with the client without our authorization.
Should be open to relocate anywhere in US and should not have any relocation constraint as the nature of jobs demands it.
"

Please let me know the above terms and conditions are normal in US, and whether the benefits are ok to live in US. need your valuable input again to decide whether to accept this offer or not.

Thanks
16 years ago
Hi.

I have 5 years experience in java/j2ee with the working experience in swings, servlets, jsp, EJB, XML, JSF, Weblogic portal 7.0, and struts With the telecom domain knowledge. I have SCJP certification too.

How much salary i can expect in US if im coming through some consultancies. One of my friend's sister is doing the body shopping for reputed companies in US and she said the companies will pay only 60K per annum for 5+ experienced guy.

I would like to know from you guys, how much i can expect with my current skill sets ?

Please consider this as urgent, based on you guys answer i need to decide my career.

Thanks in advance.
[ January 04, 2008: Message edited by: Bear Bibeault ]
16 years ago
Hi,
What is class12.zip and class11.zip ?. the same java code should work in JSP also, because the compiler will use the same way to compile JSP's as well as Java's.

I would suggest to check the syntax again.

Ananth CM
Bangalore
17 years ago
JSP