Page 1 of 1

need help (thanks for helping)

Posted: Fri May 20, 2022 1:29 pm
by answerhappygod
need help (thanks for helping)
Need Help Thanks For Helping 1
Need Help Thanks For Helping 1 (244.6 KiB) Viewed 31 times
Character limit on a Facebook post is 63,206 characters. Write a Java class that read a file called Post.txt and check if it can be posted on Facebook based on the number of characters in the file, and display a message indicating the check result. Assume that the file is appropriately named and located. (Don't forget to import the required library and no need to use try-catch statements).