Tag: Global Culture
-
Throw an Exception – Java Exception Program Implementation
Write a JAVA program to accept a number from the user and throw an exception (java exception) if the number is not an even number. Example of Throw an Exception Program Implementation. import java.lang.*; import java.io.*; class myException extends Exception { myException(String msg) { super(msg); } } class q12Exception { public static void main(String args[])…
-
“Around the World” – Global Culture Awareness Program @ CMRIT, Bangalore
The Information Science & Engineering department of CMR Institute of Technology (CMRIT ISE) had organized a unique event named “Around the World” to raise awareness regarding “Global Culture” among students. It was a fun and educational event with a lot of interaction between students with different cultural backgrounds. IS department had invited experts from industry…