Design Patterns (211)
UML (234)
OOAD (384)
Software Design Tools (25)
Requirements Management (46)
Project Planning (76)
Project Management (435)
Technical Writer (10)
DevOps (119)
MVC Model View Controller (306)
Software Design AllOther (65) If there is a conflict between base class method definition and interface default method definition, which definition is picked?
1 1926Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
1084Can we have a default method definition in the interface without specifying the keyword "default"?
1014If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
1019
All of the following are inputs to the Administrative Closure process except: A. Performance measurement documentation B. Product documentation C. Other project records D. Contract documents
How did you design your unit tests?What about integration tests?
What is the difference between webforms and mvc?
How do you implement forms authentication in mvc?
Explain how DevOps is helpful to developers?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is the difference between a virtual method and an abstract method?
The Project Human Resource Management knowledge area contains which of the following processes? A. Staff Acquisition, Team Development, and Resource Planning B. Staff Acquisition, Team Development, and Performance Reporting C. Organizational Planning, Staff Acquisition, and Team Development D. Organization Planning, Team Development, and Resource Planning
Which oops concept is used as reuse mechanism?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
You have been assigned to a project that will allow job seekers to fill out applications and submit them via the company website. You report to the VP of human resources. You are also responsible for screening applications for the information technology division and setting up interviews. The project coordinator has asked for the latest version of your changes to the online application page for his review. Which organizational structure do you work in? A. Functional organization B. Weak matrix organization C. Projectized organization D. Balanced matrix organization
What is output caching in mvc?
What is the base type from which all structs inherit directly?
What is view engine in mvc?
What do you mean by mvc scaffolding?