Why call by value prevents parameter value change?
No Answer is Posted For this Question
Be the First to Post Answer
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Which is the class in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is tcp ip in java?
how cani read a command line argument?(usingfile object).
What is application system?
I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.
What is difference between printf and scanf?
Can You Have Virtual Functions In Java?
What are the high-level thread states in java programming?
Java violates few objected oriented concepts. Can you explain in what way?
How the interruptible method gets implemented?