I don't have interest on the Zhongngwn language, I want to learn Japanese! Do you want to help me to add a Japanese database to this great tool? may be for the project? Let a comment!

package com.twisters;
public class UnIncrement{
public static void main(String[] args) {
int x = 0;
x++;
System.out.println("X is : " + x);//This must print 'X is 0'
}
}
The idea is that you have to make that code print 0 changing only one char in the source!
Hint: think about bits
Eclipse is an open platform for tool integration built by an open community of tool providers. It is designed for building integrated development environments (IDEs) and Rich Client Platform (RCP) based applications that can be used to create applications as diverse as websites, embedded Java mechanism for discovering, integrating and running modules called plug-ins. This allows the Platform to be extended to work with new content types or to do new things with existing content Rich Client Platform (RCP), and the Workbench IDE. While the Eclipse types. Except for a small kernel known as the Platform Runtime, all of the Eclipse Platform's functionality is located in plug-ins which are coded in Java. This is an in-depth course on how to build Eclipse plug-ins of increasing complexity. Topics covered include: 1. Eclipse Plug-in architecture 2. Plug-in Development Environment 3. Eclipse RCP – Introduction and Concepts 4. Minimal RCP Application 5. The Standard Widget Toolkit (SWT) 6. Views 7. Adding Actions in Workbench window and Views 8. Editors 9. Dialogs (Preference Pages) 10. Wizards 11. Add help contribution and product customization 12. Add Feature, Branding and Updates 13. Eclipse Forms to create rich and powerful user interface 14. Multi-page form editor | |||
Contents: | |||
| |||
Prerequisites: | |||
Extensible Markup Language (XML), Strong knowledge of Java, design patterns, and GUI development experience. Prerequisites can be satisfied by taking AvantSoft courses: "Java Programming using Eclipse" and "XML for Java programmers using Eclipse". |