recategorized by
376 views
1 votes
1 votes

Which of the following are two main types of overloading in Java?

  1. Overloading and linking
  2. Overriding and linking
  3. Reusability and data-hiding
  4. Overloading and Overriding
recategorized by

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
391 views
Which of the following construct is not supported by Java Server Pages?$\text{JSP}$ Directives$\text{JSP}$ Scriptlets$\text{JSP}$ Actions$\text{JSP}$ Reaction
1 votes
1 votes
1 answer
4
gatecse asked Dec 9, 2020
442 views
Which of the following Interface is not supported by $\text{JDBC}$ for connecting to Database in Java Programming language?Statement InterfacePrepared Statement Interface...