Trending questions in Edureka Community

0 votes
1 answer

what is jsx in react

JSX (JavaScript XML) in React is a ...READ MORE

Oct 25, 2023 in Java by Aditya
576 views
0 votes
1 answer

Why java is not 100 object oriented ?

Java is often considered "not 100% object-oriented" ...READ MORE

Oct 17, 2023 in Java by anonymous
• 520 points
810 views
0 votes
1 answer

Which statement describes a benefit of DevOps?

One significant advantage of implementing DevOps in ...READ MORE

Oct 16, 2023 in Other DevOps Questions by anonymous
• 3,360 points
1,101 views
0 votes
1 answer

CSS to set A4 paper size

I looked into it further, and the ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,700 points
21,777 views
0 votes
1 answer

Career in ethical hacking

To pursue a career in ethical hacking ...READ MORE

Oct 23, 2023 in Cyber Security & Ethical Hacking by Adarsh
667 views
0 votes
1 answer

How to dynamically resize text in Flutter?

You can use the FittedBox widget to ...READ MORE

Mar 27, 2023 in Flutter by Tej
9,558 views
0 votes
1 answer

Final Keyword in Java

In Java, the final keyword is used ...READ MORE

Oct 17, 2023 in Java by Ayush
789 views
0 votes
1 answer

Excel macros disappeared

Open the file in protected mode (usually ...READ MORE

Sep 26, 2022 in Others by narikkadan
• 63,600 points
17,397 views
0 votes
1 answer

How to change color of SVG image using CSS (jQuery SVG image replacement)?

Edit your SVG file, add fill="currentColor" to ...READ MORE

Jun 1, 2022 in JQuery by Edureka
• 13,690 points
22,424 views
0 votes
1 answer

What is garbage collection in the context of Java?

Garbage collection in the context of Java ...READ MORE

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

How java is platform independent?

At the source and binary levels, Java ...READ MORE

Oct 25, 2023 in Java by Aman
399 views
0 votes
5 answers

What's the future for freshers who start a job in technical support engineer? How is the career growth?

Technical Support has a future but only ...READ MORE

Sep 9, 2019 in Career Counselling by Varsha
51,181 views
0 votes
1 answer

Cyber Security

Cybersecurity protects: 1. Information: Shields data from unauthorized ...READ MORE

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

what is super keyword in java

In Java, the super keyword is used ...READ MORE

Oct 17, 2023 in Java by Rishabh
705 views
0 votes
1 answer

How to create immutable class in Java?

To create an immutable class in Java, ...READ MORE

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

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

Flutter align two items on extremes - one on the left and one on the right

To achieve the desired result of having ...READ MORE

Mar 29, 2023 in Flutter by vinayak
9,322 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,806 views
0 votes
0 answers

solidity struct is not generated in java wrapper code

struct itemDetails{ uint256 itemId; string itemName; uint256 itemVal; } mapping(address => itemDetails[]) ...READ MORE

Oct 27, 2023 in Blockchain by sanap

edited Mar 5 179 views
0 votes
1 answer

What are the features of Java?

Java is a widely-used, versatile, and platform-independent ...READ MORE

Oct 16, 2023 in Java by anonymous
• 3,360 points
639 views
0 votes
0 answers

what is react native ?

what is react native ? READ MORE

Oct 13, 2023 in Others by Avinash
• 520 points
609 views
0 votes
0 answers

Python shopping cart add to cart, get total get num items

I want to loop through the list ...READ MORE

Apr 25, 2022 in Python by Kichu
• 19,040 points
23,838 views
0 votes
0 answers

Occupational Health and safety

Occupational health and safety, often shortened as ...READ MORE

Oct 27, 2023 in Others by Keith

edited Mar 5 62 views
0 votes
1 answer

What is Information Security?

Information Security, often referred to as InfoSec, ...READ MORE

Oct 16, 2023 in Cyber Security & Ethical Hacking by anonymous
• 3,360 points
553 views
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 732 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,155 views
0 votes
1 answer

How to become an Ethical Hacker?

Steps and Requirements for a Career in ...READ MORE

Oct 12, 2023 in Cyber Security & Ethical Hacking by Saniya
• 3,360 points
629 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,824 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,123 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
626 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
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
477 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
26,422 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
507 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
4,075 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,894 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
12,369 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,151 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 459 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
437 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,656 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,978 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
760 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,700 points
716 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,367 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
725 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
809 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
666 views
0 votes
0 answers

Java Programming

why java is platform independent READ MORE

Sep 28, 2023 in Java by Arya
• 990 points
512 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
608 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
595 views