Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


java pgm for reads a file(text file) and removes all the
spaces then the text and write this back into the same file.

e.g:

(Input)
_______
chennai is fourth biggest city in india.

(output)
_______
chennaiisfourthbiggestcityinindia.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is lazy instantiation in java?

0 Answers  


how can we generate alert message without referashing page in asp.net with language vb.net and script use in java script .means with out referash the page message in java alert

0 Answers   NIC,


Why extending array is bad idea?

0 Answers  


java is pure object oriented or not?

4 Answers  


What do you understand by this keyword in javascript?

0 Answers  


What does unshift() function do in Javascript?

0 Answers  


What is number in javascript?

0 Answers  


can any one tell me the syllebus for java certification

2 Answers  


Is html and javascript the same?

0 Answers  


How do you reverse a string in javascript?

0 Answers  


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

0 Answers  


How to add buttons in javascript?

0 Answers  


Categories