Skip to main content

Posts

Featured

Catch the running mode in Java - Running mode or Debug mode

boolean isDebug = java.lang.management.ManagementFactory.getRuntimeMXBean().                     getInputArguments().toString().indexOf("-agentlib:jdwp") > 0; LOGGER.info("hihhhhhhhhhhhhhhhhhh" + isDebug);

Latest Posts

Java OOP Concepts 2 - Run time Polymorphism - Method Overriding

Java OOP Concepts 1

Maven build commands through command prompt - Java

Descending order sorting a HashMap,TreeMap in Java

Ascending order sorting a HashMap,TreeMap in Java

Recursive Method in Java

Read HashMap using Iterator in Java

Use multiple DataSource data in one report table in SSRS

Check NSDictionary is Empty or not - Objective C

Java SOAP Web Service With Apache Axis2