站内搜索: 请输入搜索关键词
当前页面: 图书首页 > From Java To C# A Developers Guide

From Java To C# A Developers Guide

[ directory ] Previous Section Next Section

3.1 Java Language Conversion Assistant

The JLCA is a tool that converts Java source codes into C# codes automatically. I suppose writing such a tool is much easier than writing a C# to Java code conversion tool because Java was designed to be platform independent, so there are no operating system-specific codes in the Java core API classes.

I can't write much about this tool until it goes final and its feature set solidifies. [4]

[4] At time of writing, the final version of J# has just been released while JLCA is still in beta.

    [ directory ] Previous Section Next Section