InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a framework?(a) jQuery(b) .NET(c) JavaScript(d) CocoaI got this question in an internship interview.I'd like to ask this question from Client-Side Frameworks topic in chapter Server-Side and Client-Side Scripting of JavaScript |
|
Answer» RIGHT answer is (c) JavaScript The explanation is: ONE of the most POPULAR frameworks is jQuery which is used in WEB development. Here, JavaScript is a scripting language and not a framework. |
|