JAVA

class Program {

 public static void main(String[] args) {

 // Prints "Hello World...!" in console.

 System.out.println("Hello World...!");

 }

}


SQL

SELECT * FROM Employees
WHERE empid='101';

1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three

Ad Code

Posts

Read more

Show more
That is All