Actor Swaminathan, popularly known as 'Chaams', has officially changed his name to Java Sundaresan. This decision was made ...
Earlier this year, Zoho's Sridhar Vembu urged Tamils to learn Hindi for business, sparking outrage in the south. Months later ...
PUDUCHERRY: The Communist Party of India (Marxist) staged a rally and demonstration in Puducherry on Friday condemning the imposition of the CBSE curriculum in government schools and demanding the ...
A recent study by an environmental outfit and a non-profit organisation, ‘Poovulagin Nanbargal’, has found that extreme heat stress levels that prevailed during Tamizhaga Vettri Kazhagam (TVK) ...
CHENNAI: The Tamil Nadu Electricity Regulatory Commission (TNERC) has given approval to the Tamil Nadu Transmission Corporation (Tantransco) to lease out its substation lands at six locations across ...
The Tamil Nadu Police Academy will soon be implementing an electronic Learning Management System (e-LMS), tailored to the training needs of police personnel in the State. An effective e-LMS will ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The first line of code that new developers encounter when they write their first Java program ...
class Scratch { public static void main(String[] args) { char c = '\u005c''; String s = "\u005c""; System.out.println(c); System.out.println(s); } } This is a working ...
Community driven content discussing all aspects of software development from DevOps to design patterns. There’s a new build tool out that does exactly that. It’s name? Bld. It’s built by two ...