What is the translation of " PUBLIC VOID " in English?

Examples of using Public void in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Public void join(): Đợi cho một thread chết.
Void join()- Waits for this thread to die.
Chuyện gì xảy ra nếu khai báo static public void thay vì public static void?
Question.12 What if I write static public void instead of public static void?
Public void stop(): Dừng play một audio clip.
Public void stop(): Stops playing the audio clip.
Có thể viết là static public void main thay vì public static void main được không?
Can we write main method as public void static instead of public static void?.
Public void remove() Loại bỏ các phần tử hiện tại khỏi danh sách.
Void remove() Removes the current element from the list.
Combinations with other parts of speech
Usage with verbs
Usage with nouns
Nếu tôi nhận được nó một cách chính xác, trong public void foo( Car car){…}, car là địa phương để foo và nó chứa vị trí đống của Object?
If I get it correctly, in public void foo(Car car){…}, car is local to foo and it contains the heap location of the Object?
Public void loop(): Làm audio clip được replay một cách liên tục.
Public void loop(): Causes the audio clip to replay continually.
Vì vậy, nếu bạn có doSomething( foo) và public void doSomething( Foo foo){…} hai Foos đã sao chép tài liệu tham khảo điểm đó cho cùng một đối tượng.
So if you have doSomething(foo) and public void doSomething(Foo foo){…} the two Foos have copied references that point to the same objects.
Public void play(): Play một audio clip một lần từ khi bắt đầu.
Public void play(): Plays the audio clip one time, from the beginning.
Nếu không,phương thức này ngăn chặn vô thời hạn3. public void setSoTimeout( int timeout) Thiết lập giá trị thời gian bao lâu socket máy chủ chờ đợi máy khách trong quá trình accept().
Otherwise, this method blocks indefinitely public void setSoTimeout(int timeout) Sets the time-out value for how long the server socket waits for a client during the accept().
Public void connectComplete( kết nối lại boolean, chuỗi serverURI){.
Public void connectComplete(boolean reconnect, String serverURI){.
Public void run(): Được sử dụng để thực hiện hành động cho một thread….
Public void run(): is used to perform some action for a thread.
Public void setName( String name): được sử dụng để thay đổi tên của một thread.
Public void setName(String name): is used to change the name of a thread.
Public void remove() Nó loại bỏ phần tử cuối được trả về bởi Iterator.
Public void remove()- This method removes the last elements returned by the iterator.
Public void remove() Nó loại bỏ phần tử cuối được trả về bởi Iterator.
Void remove()- Removes from the underlying list the last element returned by the Iterator.
Public void close() throws IOException được sử dụng để đóng input stream hiện tại.
Public void close()throws IOException: is used to close the current input stream.
Public void set( String key, Object value): Thiết lập đối tượng trên stack với key đã cho.
Public void set(String key, Object value) It sets the object on the stack with the given key.
Public void write( byte[]) throws IOException được sử dụng để ghi một mảng các byte đến output stream hiện tại.
Public void write(int)throws IOException: is used to write a byte to the current output stream.
Public void write( byte[]) throws IOException được sử dụng để ghi một mảng các byte đến output stream hiện tại.
Public void write(byte[])throws IOException: is used to write an array of byte to the current output stream.
Ví dụ public void myMethodName(). Tên tập tin- Tên của tập tin chương trình chính xác phải phù hợp với tên lớp.
Example public void myMethodName() Program File Name- Name of the program file should exactly match the class name.
Public void add( Object obj) Chèn obj vào phía trước phần tử sẽ được trả về bởi lệnh gọi tiếp theo tới next().
Void add(E obj) Inserts obj into the list in front of the element that will be returned by the next call to next() method.
Public void bind( SocketAddress host, int backlog) Liên kết với socket máy chủ được chỉ định và cổng trong đối tượng SocketAddress.
Public void bind(SocketAddress host, int backlog) Binds the socket to the specified server and port in the SocketAddress object.
Public final void wait() throws InterruptedException Chờ đợi cho đến khi đối tượng được thông báo.
Public final void wait()throws InterruptedException: waits until object is notified.
Phương thức chính public static void main( String[] args) là phương thức sẽ được thực hiện khi chương trình chạy.
The main method public static void main(String[] args) is the method that will be executed when the programming is running.
Bạn không thể dùng những từ khoá như public, class và void để đặt tên biến.
You cannot use keywords, like public, class and void as variable names.
Public final void write( byte[] w, int off, int len) throws IOExceptionGhi len byte từ mảng byte đã xác định bắt đầu từ điểm off, tới stream.
Public final void write(byte[] w, int off, int len)throws IOException Writes len bytes from the specified byte array starting at point off, to the underlying stream.
Public final void addSuppressed( Throwable exception) Nó gắn thêm ngoại lệ được chỉ định cho các trường hợp ngoại lệ bị chặn để phân phối ngoại lệ này.
Public final void addSuppressed(Throwable exception) appends a suppressed exception to another one, so as to avoid exception masking.
Public final void write( byte[] w, int off, int len) throws IOExceptionGhi len byte từ mảng byte đã xác định bắt đầu từ điểm off, tới stream.
SN Methods with Description 1 public final void write(byte[] w, int off, int len)throws IOException Writes len bytes from the specified byte array starting at point off, to the underlying stream.
Public static void main( String args[])- Chương trình Java sẽ thực hiện bắt đầu từ phương thức main(), đây là phần bắt buộc của mỗi chương trình Java.
Public static void main(String args[])- Java program processing starts from the main() method which is a mandatory part of every Java program.
Public static void sort( Object[] a) Xếp thứ tự mảng các đối tượng đã cho theo thứ tự tăng dần, theo thứ tự tự nhiên của các phần tử.
Public static void sort(Object[] a) Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
Results: 39, Time: 0.0252

Word-for-word translation

Top dictionary queries

Vietnamese - English