answersLogoWhite

0

The Final Solution went on for about three years.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What was Hitlers term for his long-term program for the Jews?

The "Final Solution"


What was Hitler's plan called to eliminate European Jews?

The Final Solution was the name of the plan. The Allies knew of the final solution through intel, but thought it was a military plan, not plans for the Holocaust.


Is the Final Solution a noun?

Solution is a noun and final is an adjective and the Final Solution is a noun phrase or, arguably, a proper noun.


Write a program in java for factorial?

// Iterative solution public static final long iterativeFactorial(final long n) { long factorial = 1; for (long i = 1; i <= n; i++) { factorial *= i; } return factorial; } // Recursive solution public static final long recursiveFactorial(final long n) { if (n <= 1) { return n; } return n * recursiveFactorial(n - 1); } // Arbitrary length solution - may take a while, but works on any positive number. public static final BigInteger factorial(final BigInteger n) { BigInteger factorial = BigInteger.ONE; for (BigInteger i = BigInteger.ONE; i.compareTo(n) <= 0; i = i.add(BigInteger.ONE)) { factorial = factorial.multiply(i); } return factorial; }


How were ghettos part of the final solution?

the ghettos came before the final solution


What is the definition of Final Solution?

The Final Solution was the plan to rid of Europe's Jews.


How were children treated in the final solution?

Children were treated good in the final solution


What did Hitler call his program for dealing with Jewish people by sending them to death camps?

The Final Solution (of the Jewish question).


What was the nazi plan to eliminate the Jews?

"The Final Solution." Or "Final Solution." Often referred to in Nazi documents as "The Final Solution to the Jewish Question". Note that Hitler never actually came up with a specific plan - his subordinates (led by Himler and Heydrich) gathered together a committee to devise the actual plan, at the direction of Hitler.


How do you say the final solution in german?

final solution = Endlösung


How is the final solution an example of Genocide?

Because the final solution was to kill ALL Jews


What happened to the ghettos when the Final Solution was implemented in 1941?

The Final Solution was not implemented in 1941. By the time of the Final Solution most of the ghettos had been cleared and the inhabitants murdered.