As you can see the syntax is similar to that of C#
public class HelloWorld
{
public static void main(String[] args)
{
Greeting();
}
private static void Greeting()
{
System.out.println("Hello world!");
}
}
PowerShell: Read Excel to Create Inserts
16 hours ago
0 comments:
Post a Comment