Java System clearProperty() MethodThe clearProperty() method of Java System class removes the system property indicated by the specified key. SyntaxParametersKey - Removes the name of System property Returns
Example 1Output: Before using clearproperty = E:\Practicecorejava\FirstThisDemo\bin;E:\mysql jar file\com.mysql.jdbc_5.1.5.jar After using clearproperty = null Example 2Output: Default Property = E:\Practicecorejava\FirstThisDemo New Property = JavaTpoint Next TopicJava-system-console-method |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India