Java Applet 面试题与答案
Question: What type of sound file formats can I use for the applets?Answer: Java v1.02 only supports the "voice format" of the .au sound files. This is also know as "-law, 8/16-bit, mono, 8000hz sample rate" |
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗? 是 否
用户评价最有帮助的内容:
- What is an applet?
- What is the difference between an Applet and an Application?
- How will you establish the connection between the servlet and an applet?
- What is an Applet? Should applets have constructors?
- How will you initialize an Applet?