answersLogoWhite

0

This quote should help you. "There was in his father a kind of savagery that Jim kept at arm's length; not because he feared to be its victim in the physical sense - he had been often enough and it was nothing much, it was merely physical - but because he didn't want to be infected." It represents Jim's lack of admiration for his Father.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Where is a period placed when using quotes?

Before the quotes for example "hi, how are you."


What are some Quotes using the word can?

it depends what is it on or from cause there is a lot of qoutes using can so you have to ask what are some quotes using the word can from...so you need more info on what for.


Is there a fee for using Emerson Quotes?

There is no fee associated with using Emerson Quotes. You do not have to pay someone if you are quoting them, as that would be an infringement of the free press.


What is the difference between single quotes and double quotes in PHP?

There's not too much of a difference. Most people prefer using double quotes because of the fact that you can do this: <?php $var2 = "Look at {$var1}!"; ?> which you can't do the {} thing with single quotes. You would have to do <?php $var = 'Look at '.$var1.'!'; ?>


What is the purpose of using quotes in writing?

The purpose of using quotes in writing is to provide evidence, support arguments, or convey the exact words spoken or written by someone else.


What are some well known philosophical quotes?

There are many well known philosophical quotes. It all depends on what you are using the quotes for, what type of quote you are looking for and how long you need it.


What are the potential consequences of using "lie of omission" quotes in a conversation or argument?

Using "lie of omission" quotes in a conversation or argument can lead to misunderstandings, misrepresentation of facts, and a lack of trust between the parties involved. It can also weaken the credibility of the person using such quotes and damage the overall integrity of the discussion.


Is taking something from a book and putting it in your report but using quotes plagiarism?

If you put quotes around it or include it in a bibliography, then it is not plagiarism.


What do you think Andrew niccol is trying to say by using the quotes at the beginning of the film GATTACCA?

When Bullseye kills your father, then and only then will you know pain like Elektra did. To be whistled at and called "orphan" by Bullseye is a horrible feeling.


How do you put Quotes on Pictures you take?

It depends on your settings on your program you are using.


How can you represent a proportional relationship using an equation?

You cannot represent a proportional relationship using an equation.


What delimiter are use to specify the beginning and end of literal in c?

In C programming, string literals are specified using double quotes ("). For example, "Hello, World!" is a string literal that starts and ends with double quotes. Character literals, on the other hand, are specified using single quotes ('), such as 'A' for a character literal.