Trending questions in Edureka Community

+16 votes
22 answers

How can I run a ‘docker exec’ command inside a docker container?

you can run any command in a ...READ MORE

Dec 10, 2018 in Docker by Pramiti
1,248,748 views
+10 votes
16 answers

javac' is not recognized as an internal or external command, operable program or batch file.

Try this it works fine : C:\ YourFolder ...READ MORE

Nov 13, 2018 in Java by Jino
• 5,820 points
517,797 views
+2 votes
10 answers

How to fix this? ValueError: invalid literal for int() with base 10 error in Python

The following are totally acceptable in python: passing ...READ MORE

Nov 16, 2018 in Python by Nymeria
• 3,560 points
428,569 views
+11 votes
13 answers

What are the default xmx and xms values ?

Run this code to see all the ...READ MORE

Nov 13, 2018 in Java by anonymous
418,628 views
+1 vote
7 answers

How to use not equal operator in python

if 5 != 3: use like this! READ MORE

Dec 2, 2023 in Python by Tamilaaran

edited Mar 5, 2025 378,644 views
+1 vote
5 answers

how to exit a python script in an if statement

Instead of using the normal UTF-8 encoding, ...READ MORE

Jul 4, 2023 in Python by bodymist
• 140 points
366,287 views
+5 votes
3 answers

Copying files from host to Docker container

Hi, You can use the docker cp command ...READ MORE

Dec 9, 2020 in Docker by MD
• 95,460 points
356,701 views
+5 votes
11 answers

How to import a jar file in Eclipse?

Click on File > Import. The Import ...READ MORE

Aug 23, 2018 in Java by Daisy
• 8,140 points
377,724 views
+3 votes