Java Samples - Tutorials, articles and code samples |
Posted: 26 Nov 2012 08:00 AM PST What do you normally do with a File? A file is used to store your documents. Right? In Java, a file is treated as a stream of characters, objects or any primitive data types and saved in a computer file such as myexpenses.txt. Java has a basic package java.io that contains all File related classes to handle file reading, writing and manipulating the contents. |
Posted: 26 Nov 2012 08:00 AM PST The literal meaning of the word String means 'something that is twisted together to form a thin length'. The verbr String means 'hang something so that it streches in a long line'. In computer programming languages, String means a datatype that is used to store some characters. A Java String is a stream of characters grouped together serially. An example String is a word "Hello" or a phrase "Hello World". |
365 office login (office 365 login) Posted: 26 Nov 2012 08:00 AM PST |
You are subscribed to email updates from Programming Tutorials, articles, and code samples To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment
Thanks