Java support what type of parameter passing ?
Answer Posted / pranab dutta
passed by value
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is public static?
Tell us something about different types of casting?
Difference between stack and queue?
Can we make constructors static?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What are parsing rules?
what is meant by encapsulation?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What are the 3 types of control structures?
Is empty .java file name a valid source file name?
what are Hostile Applets?
Why do we use predicate in java?
What are different access specifiers in java? Explain
What is number data type?