<html><head><style type="text/css">* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
div[style*="margin: 16px 0"] {
margin:0 !important;
}
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
img {
-ms-interpolation-mode:bicubic;
}
*[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
}
.x-gmail-data-detectors,
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
}
.a6S {
display: none !important;
opacity: 0.01 !important;
}
img.g-img + div {
display:none !important;
}
.button-link {
text-decoration: none !important;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
.email-container {
min-width: 375px !important;
}
}
#chk_message_header {
font-family: sans-serif;
font-size: 1em;
color: #333;
background-color: #fff;
margin: 0px 10px 0px 10px;
}
#chk_message_header p {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}
#chk_message_header p b {
font-weight: bold;
}
</style></head><body>If I’m missing something sorry up front but…<div><br></div><div>Wouldn’t the simplest for beginners be just a java file with the initial expression leaving off the main all together?<div><br></div><div>Say</div><div><br></div><div>(1) </div><div>System.out.println(“Hello World”);</div><div><br></div><div>(2) There exists the static initialization block alternatively</div><div><br></div><div>static {<br></div><div> System.out.println(“Hello World”);<br></div><div>}</div><div><br> (3) Or even some sort of annotation or meta data file as to where to start?</div><div><br></div><div>(4) Or some lambda derivative like</div><div><br></div><div>()-> System.out.println(“Hello World”);</div><div><br><div id="sig_jyoX5rSM">Eric Bresie<div><a href="mailto:Ebresie@gmail.com" dir="ltr" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="1">Ebresie@gmail.com</a></div></div> </div></div></body></html>