问题描述
我想知道NIO实现背后的概念在实际上是什么,实时的例子以及什么时候使用它。
n通道和缓冲区起什么作用?在nio。请详细解释一下。
我的尝试:
i只是想知道NIO的概念及其作用?
它是什么产生的?
i wanna know the concept behind NIO implementation in java
and even real time examples and when does it comes in use.
n what does channel and buffer plays a role in nio. please give a detailed explaination.
What I have tried:
i just want to knu the concept of NIO and what it does?
what did it come into picture?
推荐答案
java中的NIO如何工作以及实现的目的是什么? NIO中频道和缓冲的作用?
How NIO in java works and for what purpose it is implemented? And the role of channel and buffer in NIO?
通过提出如此广泛的问题,你在公开场合让自己感到羞耻,并声称你甚至懒得找到基本的答案。
避免对此,程序员有一个秘密技巧,他们使用搜索引擎。 Google 是您的朋友, Google只能找到2,800,000个答案。
Google首页上的链接
[]
我对你不粗鲁,你对自己很粗鲁!
没人知道你问这样的问题会永远把你当回事你的问题声称你找到答案的主要努力本身就是这个问题。如果你想要一位老师,请雇一位。
By asking such wide questions, you are putting yourself at shame in public and claim you are too lazy to even find basic answers.
To avoid this, programmers have a secret trick, they use a search engine. Google is your friend, Google only find 2,800,000 answers.
link on first page of Google
Non-blocking I/O (Java) - Wikipedia, the free encyclopedia[^]
I am not rude to you, YOU are rude to yourself !
Nobody knowing that you ask such questions will ever take you seriously. Your question claim that your main effort to find the answers is this question itself. If you want a teacher, hire one.
这篇关于java中的NIO如何工作以及实现的目的是什么? NIO中的通道和缓冲区的作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!