NETBEANS PROBLEM. Sounds Easy? Please read. I downloaded JDK 10 on my windows, and I set the path using the normal system variables settings. On CLI, the java and javac versi...
Hello programmers. I just need to clarify something in programming generally. I have weights: 10, 4, 5, 6. Total is 25. If I'm to find the 0.5percentile. That will be 0.5 * ...
Hello, Good day. I'm currently working on my final year project in college. The project topic is: An adaptive multimedia streaming with mobile cloud computing. I initially ch...
Hello friends, My project topic: An Adaptive multimedia streaming with mobile cloud computing. I have implemented it already using a plugin on Android which is exoplayer. My v...
Hello friends. My project topic; adaptive multimedia streaming with mobile cloud computing. I have implemented it already using a plugin on Android which is exoplayer. My vide...
Here are some tricky questions that was asked in my Java exam. I need help in answering. 1. How is Java Compiler Accessed? 2 How is a Java program accessed? 3 How is the progr...
To persist data in Android, I made use of singleton class. A question about using Application class. If a class extends Application class, such as public class Demo extends ...
Hello programmers. Why is C programming so difficult?😭
What are the conditions I need to ensure when selecting a phone validation service. Apart from Firebase for phone validation, what other good services can I make use of? And t...
Hello programmers, how can I get the link to the first question posted here? I want to go through all the questions and replies so far.
How can i change EditText.setError method to a white background I tried setting my theme to Theme.AppCompat.Light Still not working Who has any good idea how this should be...
Thanks a lot, so it's the static keyword. Although I have no email validator class. It's okay to declare it static in the login class and still make use of it in reset class r...
How can I model a data network and WiFi network from the emulator? Is it possible to be modelled? The emulator uses the network on the system which is WiFi.
Which site can i get it?
What is the importance of writing Ui test using espresso and unit test using JUnit runner? What do they exactly do in my app?
Please at least, help me just once! Please. How can I accomplish something like this? Is this EditText span?
Who codes in spring MVC in Java. I'm in need of paid Java scripts. Which resources can I use? Please where can I get?
Hello programmers! Please what is the name of that brown circle that validates email, how can i implement it?
If both produces nullpointer exception when tested with null variables, what then now is the difference?
If i have a method that will be used in more than one class, where can i declare it?