Syvum Home Page

Home > Quiz Games > Java Programming >

Java Programming : Flash Cards III


Learn Java programming through these flash cards.

Formats Worksheet / Test Paper Quiz Review
Flash Cards



What is the output of the following program?
class Static
{
static int m = 0;
static int n = 0;
public static void main(String args[ ])
{
int m = 10;
int x = 20;
{
System.out.println("m + n = " + m + n);
}
x = m + n;
System.out.println("x = " + x);
}
}
 



Print Flashcards
Create Your Own Flash Cards


Contact Info © 1999-2024 Syvum Technologies Inc. Privacy Policy Disclaimer and Copyright