Answer Posted / rachit kapoor
THERE ARE FOUR TYPES OF LAYOUT
PRODUCT LAYOUT (LINE LAYOUT)
PROCESS LAYOUT (FUNCTIONAL LAYOUT)
FIXED POSITION LAYOUT (PROJECT LAYOUT)
GROUP LAYOUT (COMBINATION LAYOUT OR CELLULAR LAYOUT)
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
When should you make a function static?
Can a abstract class be defined without any abstract methods?
What is java oops?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is java virtual machine? Explain
What is java abstraction with example?
What is anti pattern in programming?
What are the different approaches to implement a function to generate a random number?
Why does java have different data types for integers and floating-point values?
Can we overload the main() method?
How large is a boolean?
Can a java program have 2 main methods?
Explain inheritance in java?
Is null an object java?
How does singleton class work?