Skip to main content

Posts

Showing posts from April 5, 2015

Java page with popular questions

Popular questions: (Find your questions and click to view)  1. Write a short note on Java virtual machine (JVM).   2. Write a program in java to add two matrix.   3. Write a program to print the sum of all numbers greater than 100 and less than 200 and that are divisible by 7.   4. Explain following features of java. A. Portable b. Robust and Secure c. Dynamic d. Distributed e. Multithreaded   5. What is a constructor? Explain with an example how to overload a constructor.   6. Explain various control statements in java.   7. Write a program in java to find transpose of a matrix.   8. Explain type casting with an example.   9. Describe with example the way of designing and importing a package in a class.     10. Explain any five String class functions with an example.   11. What is an exception? How do we define a try and a catch block?   12. List and explain some of the most common types of exception that might occur in java.   13

Software Engineering page with popular questions

Popular question: (Find your question and click to view) 1. Write about the attribute which determine the dependability of software. 2. Write a note on Modularity and Reusability of software.   3. Write a note on Robustness and Reliability of software.   4. What is an emergent system? Write about the properties of an emergent system.   5. Describe the layers of a sociotechnical system.   6. Write in brief about stages of Software development life cycle (SDLC).   7. What is a critical system? Describe the types of a critical systems.   8. What is CASE? Write about any two CASE tools which aid in Software Engineering process.   9. Describe the design and testing phase of software development life cycle.   10. What is a prototype model? Illustrate with a diagram.   11. Write about the disadvantages of a waterfall model.   12. Write about the various responsibilities a project manager should handle.   13. Describe the Unified process of software development. Write