Write a java program to get a number from the text field using AWT and send the obtained data to the destination server using TCP if and only if the number is a prime number else don't send.
Using Connection - Oriented Socket Programming (TCP Protocol)
When the number is prime!
When the number is not prime!
Write a java program to get a number from the text field using AWT and send the obtained data to the destination server using UDP if and only if the number is a armstrong number else don't send.
Using Connection - Less Socket Programming (UDP Protocol)
When the number is armstrong!
When the number is not armstrong!