64kb or less? It's not clear from your question what can be safely implied to help refine that answer. Mr. Iftikhar, the name you've registered with does not conform to the naming policy JavaRanch maintains on its site. Kindly review it and re-register with an approrpriate name. Thank you for your understanding and cooperation. ------------------ Michael Ernest, co-author of: The Complete Java 2 Certification Study Guide
Make visible what, without you, might perhaps never have been seen. - Robert Bresson
Shubhrajit Chatterjee
Ranch Hand
Joined: Aug 23, 2001
Posts: 356
posted
0
Originally posted by Mr Iftikhar: How much data can store by 64kb memory.
You can store 64 * 1024 i.e. 65536 bytes of data LOL
------------------ Shubhrajit
Shubhrajit
Doug Wang
Ranch Hand
Joined: Oct 05, 2001
Posts: 445
posted
0
Originally posted by Mr Iftikhar: How much data can store by 64kb memory.
Yes. Several applications have limitations to 64kb on storing text data. You can calculate the amount of characters it allows. Regards, Doug Wang.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep