questions/java/page/4
Hello, I solved this problem using a new Thread. Thread ...READ MORE
Hey, @Pooja, Before starting with anything you should ...READ MORE
Hi, @Dhanush, Regarding your query, I would suggest you ...READ MORE
Hello, When registering the Airplane Mode BroadcastReceiver (@saxos answer) I ...READ MORE
Hello @kartik, You can set port in java ...READ MORE
Hello @kartik, First, you need to obtain the ...READ MORE
Hello, You can try the sample code below: iimPlay("Test.iim") When ...READ MORE
Hello @kartik, The Solution for me was just ...READ MORE
Hii @kartik, It appears as if whoever posted ...READ MORE
Hello @kartik, SerialVersionUID is a unique identifier for each ...READ MORE
Hello, In projLib's build.gradle file, you'll see a statement ...READ MORE
Hello @kartik, I have found two different ways ...READ MORE
You can use partial mocking to serve ...READ MORE
Hello @kartik, From their source, the method used to ...READ MORE
Hello @kartik, Try: import android.os.Vibrator; Vibrator v = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); // ...READ MORE
Hey, @MIH, You can follow this: public class ReverseNumber ...READ MORE
I remember trying to edit my PATH ...READ MORE
Hii @kartik, Create a custom ListCellRenderer and asign it to ...READ MORE
Using the ViewPager.OnPageChangeListener is the correct way to go, ...READ MORE
how to build and sync my gradle ...READ MORE
Hii, If SWT is an option, you can ...READ MORE
You need to add the certificate for App2 to ...READ MORE
Hi, @Jyra, You can use one Java function ...READ MORE
How Can I download the the Course ...READ MORE
Hello Kartik, You can try the syntax: UIManager.setLookAndFeel(PLAF); (Pluggable ...READ MORE
Hello kartik, You can always did it in ...READ MORE
Yes, I recently met this library which ...READ MORE
when a user upload a file to ...READ MORE
Write a program that uses a while ...READ MORE
Here i am using retrofit post request:- RequestBody ...READ MORE
You could probably create a lambda function ...READ MORE
Hey @Paridhi, check this out https://www.edureka.co/community/4800/unable-resolve-error-recognized-internal-external-command This should solve ...READ MORE
Hii kartik, When you click anywhere over JTextArea, ...READ MORE
Hi, @ Stephen, I will explain to you ...READ MORE
Hi, @Ferry, The configuration metadata is nothing but bean ...READ MORE
Hii, You can just find out by given ...READ MORE
Hello kartik, You can Try: dispose(); setUndecorated(true); setVisible(true); Check it Out. Hope ...READ MORE
Hello, You can try out : import javax.swing.JFrame; import javax.swing.JOptionPane; public ...READ MORE
How to manage two JRadioButtons in java ...READ MORE
Hello @kartik, Use setLocationRelativeTo(null) This method has a special effect ...READ MORE
Hello kartik, setAcceptor(TabAcceptor a_acceptor) should let the consumer code ...READ MORE
Hello @kartik, If for some reason customising JTable ...READ MORE
Hello, You can try out this: import java.awt.*; import java.awt.event.*; import ...READ MORE
The department of History has just bought ...READ MORE
Hello @kartik, Run your java application with the ...READ MORE
This will work: ChannelSearchEnum[] enums = gson.fromJson(yourJson, ChannelSearchEnum[].class); But ...READ MORE
Hii, Possible causes: Simple configuration issue, where the specified ...READ MORE
Hello @kartik, In case your Java class is ...READ MORE
Hello, If you use Ubuntu, you can try: sudo apt-get ...READ MORE
OR
Already have an account? Sign in.