Define aop(assepct oriented programing)?
Answer / Ashutosh Raj
Aspect-Oriented Programming (AOP) is a programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns into distinct modules called aspects. This can help reduce code duplication and improve maintainability. AOP is typically implemented using special constructs in the language or through frameworks such as AspectJ.
| Is This Answer Correct ? | 0 Yes | 0 No |
how i secure my site with the https protocol.what are the steps?
What is the difference between RMI and Socket?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is RMI architecture?
What is an applet?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What are the ways to define classes that can be run as threads?
What are the types of data passing mechanisams under JMS specification?
To make an object to begin executing as a separate thread, what method is used?
what is difference between checked exception & unchecked exception in java?
What is servlet preinitialization?
how can we load a file of a user in the database table?