Embed presentation
Download to read offline
![class HelloCIODay {
public static void main (String args[]) {
System.out.println(“Hello world, ” + ”Welcome to the keynote”);
}
}](https://image.slidesharecdn.com/whatcolorisyourbacklog-220125163522/85/What-color-is-your-backlog-1-320.jpg)













































































This Java program contains a main method that prints the string "Hello world, Welcome to the keynote" to the console. It defines a HelloCIODay class with a main method that uses System.out.println to output a concatenated string.
![class HelloCIODay {
public static void main (String args[]) {
System.out.println(“Hello world, ” + ”Welcome to the keynote”);
}
}](https://image.slidesharecdn.com/whatcolorisyourbacklog-220125163522/85/What-color-is-your-backlog-1-320.jpg)











































































