Pandu Rangam

Greenhorn
+ Follow
since Dec 08, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Pandu Rangam

Hi All,

Is it possible?


Regards
Pandu
15 years ago
Thanks a lot,

for your quick response Aditya,
16 years ago
Hi ranchers,
While working with GregorianCalendar, I found that when feb 28th 2008 or feb 29th 2008 are incremented by 1 yr are giving the same output. i.e. 28th feb 2009, When I tried the same functionality in javascript it is giving as 28th feb and 1st march respectively.
which approach to increment date by year is correct.



16 years ago
Hi Ulf Dittmer,
Thanks for your suggestion. I changed the code accordingly


output is My TEST, has TEST where TEST is TEST TEST @TEST. sdfasdfaApt TEST/No Aptasdf asdf TEST.. TEST

it is failing for @Apts. and Apt/No.
17 years ago
Hi Rob Prime,


The regular expression is quite easy: just combine all words with |:
(Apartment)|(Apartments)|(Apt)|(Apts)|(Apts\\.)|(Apt/No)


I did in the same way but this will replace all occurance, I mean it will replace @Apts. and sdfasdfaApt. But I don't those words to change. I wrote code like this


out put is
My TEST, has TEST where TEST is TEST Aprartments @TEST sdfasdfaTEST TEST/No TESTasdf asdf TEST. TEST

Thanks in advance
17 years ago
Hi all,
I have some text like
My Apartment, has Apartments where Apts is Apartment Aprartments @Apts. sdfasdfaApt Apt/No Aptasdf asdf Apts.. Apartments

from this i want replace all exact occurrences of
Apartment, Apartments, Apt, Apts,Apts., Apt/No with Some text, ex. "TEST".
After replacing text should look like this

My TEST, has TEST where TEST is TEST TEST @Apts. sdfasdfaApt TEST Aptasdf asdf TEST.
For this I need a regular expression.

Thanks in advance
17 years ago
Thanks to Gabriel and Aravind for their soothing words. Thanks to all ranchers for thier continious help. I put sad smile because after putting so much efforts(compared to SCJP) still I got 68%. I have selected intermediate and expert for the sections given by sun before taking the exam. I suspect because of this I got tough questions. : ) Ranchers please through some light.
Please suggest me which certificate should I write next.

Pandu Rangam T
IBM INDIA,
SCJP 1.4
SCWCD 1.4
HIPPA CERTIFIED
17 years ago

- Available 24/7 to company work.
- Work 20 hrs a day and should be able to reach office at 9 am next day.
- Tolerate micro management.
- Tolerate bossism.
- Take up work at 6 pm and finish it on the same day.
- Meet their extreme expectations, they expect you to do miracles from day 1



Hi Sai Surya,
Not all companies are like what you said.The work pressure is there in India also.
17 years ago
Hi Ranchers,

I have completed SCWCD 1.4 with 68% 1
17 years ago
how do i view web.xml in explorer?
just remove the xmlns ans save and double click.
Hi,
first you go through a tutorial for servlets.
you can google it. Try www.roseindia.net
Hi,
In form bean override reset method. In reset nullify/ or set to default value for the specific.
Ex if
<html:select property="room_ID">
then in reset method
room_ID = null;// or default value
17 years ago
Hi you can visit w3 site for free tutorials
url is
http://www.w3schools.com/
you can purchase a good book for that
Dietel and Deitel is good
Hi Can any one throw light on

why we have wait, notify, notifyAll methods in Object class