What is a proxy object?
Answer / Rishitosh Tyagi
A proxy object acts as a placeholder for another object, intercepting all method calls and handling them differently, such as providing caching or security.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a user and a schema in oracle?
in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit
What is the difference between normal and corelated subqueries?
How to assign query results to variables?
What happens to the current transaction if the session is ended?
What does ROLLBACK do ?
what is difference between DBMS and RDBMS?
How can I create database in oracle?
What is program global area (pga) in oracle?
What is oracle host variable?
Can we use bind variables in oracle stored procedure?
What is dictionary cache ?