Showing posts with label Java Applets. Show all posts
Showing posts with label Java Applets. Show all posts
Thursday, 19 November 2020
Java Applets
10. Applets are designed just for handling the client site problems , while the Java applications are designed to work with the client as well as server.
Thank you
Subscribe to:
Posts (Atom)
Student Marks Calculation app using java
import javax.swing. *; import java.awt.event.ActionEvent ; import java.awt.event.ActionListener ; public class Student { private J...
-
The Type Promotion Rules :- Java defines several type promotion rules that apply to expressions. They are as follows : all byt...
-
import javax.swing. *; import java.awt.event.ActionEvent ; import java.awt.event.ActionListener ; public class Student { private J...
-
Write the JAVA program to find the number of and sum of all integers greater than 100 and less than 200 that are divisible b...