Trending questions in Edureka Community

0 votes
1 answer

What is JSX?

JSX represents a critical concept in modern web ...READ MORE

Oct 16, 2023 in Java-Script by anonymous
• 3,360 points

edited Oct 19, 2023 by anonymous 646 views
0 votes
1 answer

What is cia triad in cyber security?

The CIA triad, in the context of ...READ MORE

Oct 5, 2023 in Cyber Security & Ethical Hacking by anonymous
• 3,360 points
1,092 views
0 votes
1 answer

What do "init" and "self" do in python ?

In Python, `init` and `self` are related ...READ MORE

Oct 5, 2023 in Python by anonymous
• 3,360 points
1,073 views
0 votes
1 answer

How Hashmap works internally in java?

A popular data structure for storing key-value ...READ MORE

Oct 11, 2023 in Java by anonymous
• 3,360 points
585 views
0 votes
1 answer

why java is not 100 object oriented?

Java somewhat adheres to object-oriented programming because ...READ MORE

Oct 13, 2023 in Java by Avinash
• 520 points
478 views
0 votes
1 answer

How to disable bouncing animation for pageview in flutter

To disable bouncing animation for PageView in ...READ MORE

Apr 10, 2023 in Flutter by Anitha
8,516 views
0 votes
0 answers

what is the format of an azure resource template?

what is the format of an azure ...READ MORE

Oct 13, 2023 in Azure by Avinash
• 520 points
449 views
0 votes
1 answer

How to make a TextField with HintText but no Underline?

You can achieve this by using the ...READ MORE

Mar 21, 2023 in Flutter by Anushi
9,298 views
0 votes
1 answer

No entitymanager with actual transaction available for current thread - cannot reliably process 'remove' call

Hii @kartik, If you have @Transactional // Spring Transactional class ...READ MORE

May 22, 2020 in Java by Niroj
• 82,840 points
53,798 views
0 votes
1 answer

How to call a method in java

In Java, you call a method by ...READ MORE

Oct 13, 2023 in Java by Aditya
467 views
+1 vote
7 answers

What do you mean by python scripting? What is a script and a module in python?

A module is a file containing a ...READ MORE

Jun 17, 2019 in Python by Zain Abbas
65,494 views
0 votes
0 answers

Jquery: Get each image src

I have a series of images each ...READ MORE

Aug 11, 2022 in Web Development by gaurav
• 23,260 points
3,929 views
0 votes
0 answers

what is cybersafe?

Could someone explain what cybersafe is and ...READ MORE

Oct 1, 2023 in Cyber Security & Ethical Hacking by Rajarshi
• 470 points

edited Oct 4, 2023 by Tanishqa 438 views
0 votes
0 answers

what are the security risks of cloud computing?

Could someone give a brief of how ...READ MORE

Oct 1, 2023 in Cloud Computing by Rajarshi
• 470 points
399 views
0 votes
1 answer

Download pdf file using jquery ajax

Download PDF file with button click using ...READ MORE

May 30, 2022 in JQuery by gaurav
• 23,260 points
21,749 views
+1 vote
1 answer

Error: “The zip extension and unzip command are both missing, skipping.”

To resolve the "failed to download laravel/laravel ...READ MORE

Apr 7, 2024 in PHP by yogigurjar
• 100 points

edited Mar 5 21,003 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by anonymous
• 1,170 points
719 views
0 votes
1 answer

What is PMBOK guide in project management?

Certainly! PMBOK stands for "Project Management Body ...READ MORE

Sep 25, 2023 in PMP by Edureka
• 12,690 points
663 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by anonymous
• 1,170 points
690 views
0 votes
0 answers

how to get pmp certification

I have been managing projects for 3+ ...READ MORE

Sep 22, 2023 in Others by Rahul
• 240 points
775 views
0 votes
0 answers

Java Programming

why java is platform independent READ MORE

Sep 28, 2023 in Java by Arya
• 990 points
493 views
0 votes
1 answer

Python urllib2 login to minecraft net

Why not use Selenium over urllib? Selenium ...READ MORE

Sep 25, 2023 in Python by Rajarshi
• 470 points
635 views
+2 votes
2 answers

What's the difference between IAM Roles and policies?

IAM Roles are defined as a set ...READ MORE

Aug 13, 2020 in Cloud Computing by nbavis
• 380 points
60,233 views
0 votes
0 answers

what is wireshark in cyber security ?

Could someone give a simple use case ...READ MORE

Sep 23, 2023 in Cyber Security & Ethical Hacking by anonymous
• 470 points
582 views
0 votes
0 answers

What is pmbok?

Could you please provide an explanation or ...READ MORE

Sep 25, 2023 in PMP by anonymous
• 1,170 points
575 views
0 votes
1 answer

What is pmp certification

The Project Management Professional (PMP) certification is ...READ MORE

Sep 25, 2023 in PMP by anonymous
• 990 points
527 views
0 votes
0 answers

What is pmbok?

Could you please provide an explanation or ...READ MORE

Sep 25, 2023 in PMP by Tanishqa
• 1,170 points
507 views
0 votes
0 answers

Which statement is true about Agile and DevOps

Which statement is true about Agile and ...READ MORE

Oct 5, 2023 in DevOps Tools by Avinash
• 520 points

edited Mar 5 52 views
0 votes
0 answers

The Javascript returns following code

const myText = "The weather is cold"; const ...READ MORE

Oct 5, 2023 in Java by Avinash
• 520 points

edited Mar 5 48 views
0 votes
1 answer

error: ORA-65096 - invalid common user or role name in oracle

To start with, the oerr utility is ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
25,752 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by anonymous
• 1,170 points
480 views
0 votes
0 answers

how to run java program in command prompt

how to run java program in command ...READ MORE

Oct 5, 2023 in Java by Avinash
• 520 points

edited Mar 5 22 views
0 votes
0 answers

root = tk.TK() ERROR, i dont get why ???

import tkinter as tk from tkinter import ttk # ...READ MORE

Oct 3, 2023 in Python by anonymous

edited Mar 5 56 views
0 votes
1 answer

casting int to char using C++ style casting [duplicate]

Even though the precision is lost, yo ...READ MORE

Jun 13, 2022 in C++ by Damon
• 4,960 points
20,623 views
0 votes
1 answer

How can I convert uppercase letters to lowercase in Notepad++

Simply choose the text you wish to ...READ MORE

Jan 3, 2023 in Others by narikkadan
• 63,600 points
11,803 views
0 votes
2 answers
0 votes
0 answers

How do I install opencv using pip?

I need to install cv2 for a ...READ MORE

Sep 13, 2023 in Python by Rahul
• 240 points
870 views
0 votes
0 answers

How to sum the values of a javascript object?

I'm currently facing an issue while trying ...READ MORE

Sep 25, 2023 in Java-Script by Tanishqa
• 1,170 points
352 views
0 votes
2 answers

I recently used Crockford's JSLint to check some of my JavaScript code, and it returned the following error:

"Use strict"; is a directive in JavaScript ...READ MORE

Sep 18, 2023 in Java by Rahul
• 240 points
908 views
0 votes
0 answers

Which statement is true about Agile and DevOps

Which statement is true about Agile and ...READ MORE

Sep 29, 2023 in Other DevOps Questions by Avinash
• 520 points

edited Mar 5 137 views
0 votes
1 answer

How do I list all hosts in Ansible?

Hi@akhtar, You can use the option --list-hosts. It will ...READ MORE

Jul 28, 2020 in Ansible by MD
• 95,460 points
50,111 views
+1 vote
2 answers

How to send longer text inputs to ChatGPT API?

Kya ho sakta hai be mujhe pata ...READ MORE

Sep 8, 2023 in ChatGPT by anonymous

edited Mar 5 4,448 views
0 votes
0 answers

Which statement is true about Agile and DevOps

Which statement is true about Agile and ...READ MORE

Sep 29, 2023 in DevOps Tools by Avinash
• 520 points

edited Mar 5 50 views
0 votes
0 answers

Error with return statement in javascript

I have this javascript code which is ...READ MORE

Sep 29, 2023 in Web Development by Avinash
• 520 points

edited Mar 5 46 views
0 votes
7 answers

docker: executable file not found in $PATH

try to build the image with --no-cache. I ...READ MORE

Nov 1, 2020 in Docker by Deeptesh Agrawal
63,531 views
0 votes
1 answer

How to create number input field in Flutter?

Yes, Flutter has a built-in widget called ...READ MORE

Mar 1, 2023 in Android by vishalini
9,181 views
0 votes
1 answer

Flutter get context in initState method

To execute code after the widget is ...READ MORE

Mar 27, 2023 in Flutter by anonymous
8,025 views
0 votes
1 answer

How do I format date in jQuery datetimepicker?

jquery datepicker format” Code Answer's $('#timePicker'). datetimepicker({ // dateFormat: ...READ MORE

Jun 3, 2022 in JQuery by Edureka
• 13,690 points
20,819 views