what is parameterized input in java
pls ans fast
Answers
Answered by
1
Answer:
Parameters act as variables inside the method. Parameters are specified after the method name, inside the parentheses. You can add as many parameters as you want, just separate them with a comma. The following example has a method that takes a String called fname as parameter
Answered by
0
A parameterized type is an instantiation of a generic type with actual type arguments. ... The type parameter E is a place holder that will later be replaced by a type argument when the generic type is instantiated and used. The instantiation of a generic type with actual type arguments is called a parameterized type .
HOPE IT MAY HELP YOU ❤️
Similar questions