0% found this document useful (0 votes)
29 views

Oopj

Uploaded by

Adfar Rashid
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Oopj

Uploaded by

Adfar Rashid
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

14) What is function overloading?

Function overloading is a regular function, but it is assigned with multiple


parameters. It allows the creation of several methods with the same name
which differ from each other by the type of input and output of the function.

15) What is operator overloading?

Operator overloading is a function where different operators are applied and


depends on the arguments. Operator,-,* can be used to pass through the
function, and it has its own precedence to execute
Java is Multithreaded

One of the powerful aspects of the Java language is that it allows


multiple threads of execution to run concurrently within the same program A
single Java program can have many different threads executing
independently and continuously. Multiple Java applets can run on the
browser at the same time sharing the CPU time.

You might also like