Please can anybody explain what exactly "the project
architecture" means???
No Answer is Posted For this Question
Be the First to Post Answer
What is @resource annotation in java?
What is repository pattern in java?
What are the advantages of java sockets?
What is lambda expressions action func and predicate?
What is a stream in java?
explain how java se 8 data and time api solves issues of old java date api?
What's the difference between authentication and authorization? : java security
Is java a framework?
What is meant by annotations in java?
What are jpa repositories?
How do I open the java control panel?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?