What is the synonym of framework?
Answer / Sanjay Prajapati
An alternative term for a Framework in Java could be Infrastructure or Architecture. It provides a pre-designed structure within which an application can be built, and it usually includes common libraries and templates.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different data types in java?
How does queue work in java?
Why string is a class?
Why Wait and notify are kept in Object class although they are used only with Thread Class
2 Answers Global Logic, Saksoft,
What is the use of collections in java? How it is implemented in real time applications?
difference between vectorlist and hash
Can anonymous class have constructor?
What are the different types of java?
How many times garbage collector will invoke an object?s finalize() method?
What is the memory leak in java?
What is the intersection and union methods?
what is the difference b/w PUT and POST method to send data to the server