0 votes
in JAVA by

 Which of the following is not a valid access modifier in Java?

A) public

B) private

C) protected

D) internal

1 Answer

0 votes
by
Answer: D

Explanation: internal is not a valid access modifier in JavA) The valid access modifiers are public, private, and protecteD)
...