programming languages Online Quiz - 117
Description: programming languages Online Quiz - 117 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?
Given: 11. int x = 3; 12. int y = 1; 13. if (x = y) { 14. System.out.println(“x = “ + x); 15. } What is the result?
Given: 1. public class Delta { 2. static boolean foo(char c) { 3. System.out.print(c); 4. return true; 5. } 6. public static void main( String[] argv ) { 7. int i =0; 8. for ( foo(‘A’); foo(‘B’)&&(i<2); foo(‘C’)){ 9. i++ ; 10. foo(‘D’); 12. } 13. } 14. } What is the result?
what are the various types of Reporting
core class of the Struts Framework
Expansion of MVC architecture
Struts framework is based on ---- architeture
The model component includes
The View part of MVC includes
The controller part includes
What are Cookies
Method by which sensitive data is sent?
How do I send email from my Servlet?