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
How do you reverse a string in javascript?
Name some of the built-in methods and the values returned by them.
How can you read properties of an Object in JavaScript?
What is stack in javascript?
why array is called the collection of similar datatypes?
what is inheritence
Example of using regular expressions for syntax checking in javascript?
how to use java script
How to capture the Image width and height using QTP script ? Kindly answer plz.... Thanx in adavance...
Can you assign an anonymous function to a variable?
Does javascript support automatic type conversion, if yes give example.
Can you explain how inheritance works in javascript?