在哪里可以找到用于实践的 Java 示例问题?非认证类型问题

发布于 2024-09-02 02:55:57 字数 81 浏览 3 评论 0原文

大多数针对 Java 示例问题/问题的 Google 结果都会生成指向模拟认证问题的链接。有谁知道在哪里可以找到练习示例问题?

谢谢

Most google results for sample questions/problems for java, results in a link directing to mock certification questions. Does anyone know where can i find sample problems for practice ?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

闻呓 2024-09-09 02:55:57

codingbat 有数百个 Java 练习题。除了大量的问题之外,它也很棒,因为它有一个测试机制来检查您的解决方案是否正确。

它们大多属于简单类别,但它仍然适合练习,并且您始终可以通过施加自己的限制来挑战自己,例如不需要时递归,仅使用正则表达式而不是传统的字符串操作,通过使用库“作弊” , ETC。

codingbat has hundreds of Java practice problems. In addition to sheer numbers of problems, it's also great because it has a testing mechanism in place to check if your solution is correct.

They're mostly on the easy category, but it's still good for practice, and you can always challenge yourself by imposing your own restrictions, e.g. recursion when it's not demanded, regex-only instead of traditional string manipulation, "cheating" by using libraries, etc.

〗斷ホ乔殘χμё〖 2024-09-09 02:55:57

Project Euler 很受欢迎。如果您的目标是一般实践而不是测试详细知识,那么特定于语言就没有多大意义。

Project Euler is popular. There's not much point in being language-specific if your goal is general practice rather than testing detail knowledge.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文