Hi All,
Here, the warm greeting from HCL to newcomers in IT field.
HCL is inviting Fresher applications from ‘08-‘09 batch with a score of min 65% from ECE, EEE, IS, CSE, IT, E&I and MCA disciplines.
Kindly update the needed information on the folloeing link
http://hcl.aspiringminds.in
Eligible candidates will be intimated, to appear for CBT test. Those qualifying after the CBT test will appear for an interview at Bangalore/Chennai/NCR.
Candidates can choose preferrable working locations for final placements and can look forward to a compensation of Rs. 18,000/- per month for the first six months and then Rs. 2.70 lakhs per annum. Cool, na?
A good chance to work with HCL. Don't miss it.
And All the very best for your future. :)
Subscribe to:
Post Comments (Atom)
1 comment:
package src;
import org.apache.log4j.Logger;
public class MainLog {
private static Logger LOG = Logger.getLogger(MainLog.class);
public static void main(String[] args) {
LOG.warn("Log To main.log");
MyLog.myWarn("Msg To File custom.log");
}
}
package src; import org.apache.log4j.Logger; public class MainLog { private static Logger LOG = Logger.getLogger(MainLog.class); public static void main(String[] args) { LOG.warn("Log To main.log"); MyLog.myWarn("Msg To File custom.log"); } }
Post a Comment