易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

SOX is an alternative(1)for XML. It is useful for reading and creating XML content in a(2)editor. It is then easily transformed into proper XML. SOX was created because developers can spend a great deal of time with raw XML. For many of us, the popular XML(3)have not reached a point where their tree views, tables and forms can completely substitute for the underlying(4)language. This is not surprising when one considers that developers still use a text view, albeit enhanced, for editing other languages such as Java. SOX uses(5)to represent the structure ofan XML document, which eliminates the need for closing tags and a number of quoting devices. The result is surprisingly clear. 空白(4)处应选择()

A、programming

B、command

C、markup

D、interactive

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 一个".java"源文件中是否可以包括多个类(不是内部类)?有什么限制?

  • 对于具备监控功能的直放站,应在远端监控中心对直放站的?进行测试,检查直放站远程监控的性能。()

    A、参数设置

    B、工作状态

    C、告警情况

    D、外部环境

  • 1. public class A {  2. public String doit(int x, int y) {  3. return “a”;  4. }  5.  6. public String doit(int... vals) {  7. return “b”;  8. } 9. }  Given:  25. A a=new A();  26. System.out.println(a.doit(4, 5));  What is the result?() 

    A、 Line 26 prints “a” to System.out.

    B、 Line 26 prints „b” to System.out.

    C、 An exception is thrown at line 26 at runtime.

    D、 Compilation of class A will fail due to an error in line 6.

  • 以下不属于Java关键字的是()。

    A、delete

    B、new

    C、package

    D、super

  • 执行完以下代码int [ ]  x = new int[10];后,以下哪项说明是正确的()

    A、x[9]为0

    B、x[9]未定义

    C、x[10]为0

    D、x[0]为空

联系客服 会员中心
TOP