Define aop(assepct oriented programing)?



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

Post New Answer

More Advanced Java Interview Questions

how i secure my site with the https protocol.what are the steps?

1 Answers  


What is the difference between RMI and Socket?

2 Answers  


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??

1 Answers   Ducat,


What is RMI architecture?

11 Answers   Infosys,


What is an applet?

5 Answers  


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,


What are the ways to define classes that can be run as threads?

1 Answers   KPIT,


What are the types of data passing mechanisams under JMS specification?

1 Answers  


To make an object to begin executing as a separate thread, what method is used?

2 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


What is servlet preinitialization?

3 Answers   iFlex,


how can we load a file of a user in the database table?

3 Answers   ITC Infotech,


Categories