Advice
5
votes
0
replies
0
views
Which is better - Java or python?
In addition to context (i.e. the kind of applications you are developing), you haven't told us what >your< criteria for "better" are. Do you mean ...
better performance?
faster to ...
Advice
3
votes
0
replies
0
views
Which is better - Java or python?
They are different languages with different strengths and weakenesses. Which is "better" will depend on the individual scenario of what you're trying to develop, and the surrounding ...
Advice
3
votes
0
replies
0
views
Which is better - Java or python?
It's used a lot in finance, sure, but saying it's "mostly" finance is not really accurate. I personally know of lots of other uses for it in other sectors. Plus you can google it and see ...
Best practices
2
votes
0
replies
0
views
How to return the full body from HttpResponse?
The reason some sites return just <div id="root"></div> is not a problem with your code — it's the site being an SPA, as explained above. The full body is being returned — it ...
Advice
2
votes
0
replies
0
views
Trouble Understanding Interfaces
As a remainder to every reader: those classes are typical textbook examples, showing how you should not design classes. The whole idea of OOP is to avoid redundancy, so don’t create classes having ...
Advice
1
vote
0
replies
0
views
Which is better - Java or python?
If you want a backend using AI, I would suggest going with python. Their libraries the most up to date with the latest AI features.
1
vote
What's the Java equivalent of .net's GC.KeepAlive?
The equivalent is Reference.reachabilityFence(obj). From the documentation:
Ensures that the given object remains strongly reachable. [...] Thus, the given object is not reclaimable by garbage ...
Advice
1
vote
0
replies
0
views
Trouble Understanding Interfaces
You always write the Java code into a .java file. So where does the confusion come from?
Advice
1
vote
0
replies
0
views
Which is better - Java or python?
I have worked on both. So here is my opinion.
Java is much faster than Python and its more maintainable in the long run. You can do a lot of threading, locking in multicore systems in Java. It is used ...
1
vote
Accepted
How to remove border of whole recyclerview which was added using xml?
You added the border like this:
playerRV.setBackgroundResource(R.drawable.border);
So basically that border is not something separate, it is part of the background drawable itself.
If you want to ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
java × 1916786android × 281005
spring × 130776
swing × 79787
spring-boot × 78507
eclipse × 59335
hibernate × 59305
arrays × 52352
maven × 48828
multithreading × 39543
json × 39227
xml × 36438
selenium-webdriver × 35502
string × 32715
spring-mvc × 32387
jpa × 31834
mysql × 30514
jsp × 27087
arraylist × 26424
javafx × 25074
tomcat × 23612
regex × 23537
android-studio × 23038
servlets × 23021
jdbc × 22596